#D24845

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

Shades of Valencia #D24845

Tints of Valencia #D24845

Color information

#D24845 (or 0xD24845) is unknown color: approx Valencia. HEX triplet: D2, 48 and 45. RGB value is (210,72,69). Sum of RGB (Red+Green+Blue) = 210+72+69=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D24845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24845 is #2DB7BA. Grayscale: #717171. Windows color (decimal): -2996155 or 4540626. OLE color: 4540626.

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

Color convert

RGB2107269-
CMYK00.660.670.18
HSL1.28º61.04%54.71%-
HSV(B)1.28º67.14%82.35%-
XYZ29.9718.777.67-
YUV112.92103.22197.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.83%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 69 (27.34% from 255) = 19.66%
R=59.83%
G=20.51%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210726900.660.670.181.2861.0454.71
HexD24845042431213d37
Octal32211010501021032217567
Binary1101001010010001000101010000101000011100101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24845; }

 p { color: rgb(210,72,69); }

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

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

 a { background-color: rgb(210,72,69); }

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

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

 span { border-color: rgb(210,72,69); }

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