#D25049

Color #D25049 Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #D25049

Tints of Valencia #D25049

Color information

#D25049 (or 0xD25049) is unknown color: approx Valencia. HEX triplet: D2, 50 and 49. RGB value is (210,80,73). Sum of RGB (Red+Green+Blue) = 210+80+73=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D25049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25049 is #2DAFB6. Grayscale: #767676. Windows color (decimal): -2994103 or 4804818. OLE color: 4804818.

HSL color Cylindrical-coordinate representation of color #D25049: hue angle of 3.07º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D25049 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB2108073-
CMYK00.620.650.18
HSL3.07º60.35%55.49%-
HSV(B)3.07º65.24%82.35%-
XYZ30.6519.928.53-
YUV118.07102.57193.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 57.85%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 73 (28.91% from 255) = 20.11%
R=57.85%
G=22.04%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210807300.620.650.183.0760.3555.49
HexD2504903E411233c37
Octal3221201110761012237467
Binary1101001010100001001001011111010000011001011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25049; }

 p { color: rgb(210,80,73); }

 H1.HeaderClassName
 {
   color: #D25049;
 }
 .AnyTagClassName
 {
   color: #D25049;
 }
</style>
background-color css

<style>
 a { background-color: #D25049; }

 a { background-color: rgb(210,80,73); }

 div.DivClassName
 {
   background-color: #D25049;
 }
 .BgClassName
 {
   background-color: #D25049;
 }
</style>
border-color css

<style>
 span { border-color: #D25049; }

 span { border-color: rgb(210,80,73); }

 td.TdClassName
 {
   border-color: #D25049;
 }
 .TagClassName
 {
   border-color: #D25049;
 }
</style>