#D15049

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

Shades of Valencia #D15049

Tints of Valencia #D15049

Color information

#D15049 (or 0xD15049) is unknown color: approx Valencia. HEX triplet: D1, 50 and 49. RGB value is (209,80,73). Sum of RGB (Red+Green+Blue) = 209+80+73=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D15049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15049 is #2EAFB6. Grayscale: #757575. Windows color (decimal): -3059639 or 4804817. OLE color: 4804817.

HSL color Cylindrical-coordinate representation of color #D15049: hue angle of 3.09º 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 #D15049 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB2098073-
CMYK00.620.650.18
HSL3.09º59.65%55.29%-
HSV(B)3.09º65.07%81.96%-
XYZ30.3719.778.52-
YUV117.77102.74193.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.73%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 73 (28.91% from 255) = 20.17%
R=57.73%
G=22.10%
B=20.17%

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
Decimal209807300.620.650.183.0959.6555.29
HexD1504903E411233c37
Octal3211201110761012237467
Binary1101000110100001001001011111010000011001011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15049; }

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

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

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

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

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

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

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

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