#D24D29

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

Shades of Trinidad #D24D29

Tints of Trinidad #D24D29

Color information

#D24D29 (or 0xD24D29) is unknown color: approx Trinidad. HEX triplet: D2, 4D and 29. RGB value is (210,77,41). Sum of RGB (Red+Green+Blue) = 210+77+41=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24D29 is #2DB2D6. Grayscale: #707070. Windows color (decimal): -2994903 or 2706898. OLE color: 2706898.

HSL color Cylindrical-coordinate representation of color #D24D29: hue angle of 12.78º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D24D29 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB2107741-
CMYK00.630.800.18
HSL12.78º67.33%49.22%-
HSV(B)12.78º80.48%82.35%-
XYZ29.6319.174.24-
YUV112.6687.56197.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 64.02%
GREEN value IS 77 (30.47% from 255) = 23.48%
BLUE value IS 41 (16.41% from 255) = 12.5%
R=64.02%
G=23.48%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210774100.630.800.1812.7867.3349.22
HexD24D2903F5012d4331
Octal32211551077120221510361
Binary110100101001101101001011111110100001001011011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24D29; }

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

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

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

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

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

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

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

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