#D24D43

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

Shades of Valencia #D24D43

Tints of Valencia #D24D43

Color information

#D24D43 (or 0xD24D43) is unknown color: approx Valencia. HEX triplet: D2, 4D and 43. RGB value is (210,77,67). Sum of RGB (Red+Green+Blue) = 210+77+67=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24D43 is #2DB2BC. Grayscale: #737373. Windows color (decimal): -2994877 or 4410834. OLE color: 4410834.

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

Color convert

RGB2107767-
CMYK00.630.680.18
HSL4.2º61.37%54.31%-
HSV(B)4.2º68.1%82.35%-
XYZ30.2519.417.46-
YUV115.63100.56195.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.32%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 67 (26.56% from 255) = 18.93%
R=59.32%
G=21.75%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210776700.630.680.184.261.3754.31
HexD24D4303F441243d36
Octal3221151030771042247566
Binary11010010100110110000110111111100010010010100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24D43; }

 p { color: rgb(210,77,67); }

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

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

 a { background-color: rgb(210,77,67); }

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

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

 span { border-color: rgb(210,77,67); }

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