#D24E29

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

Shades of Trinidad #D24E29

Tints of Trinidad #D24E29

Color information

#D24E29 (or 0xD24E29) is unknown color: approx Trinidad. HEX triplet: D2, 4E and 29. RGB value is (210,78,41). Sum of RGB (Red+Green+Blue) = 210+78+41=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24E29 is #2DB1D6. Grayscale: #717171. Windows color (decimal): -2994647 or 2707154. OLE color: 2707154.

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

Color convert

RGB2107841-
CMYK00.630.800.18
HSL13.14º67.33%49.22%-
HSV(B)13.14º80.48%82.35%-
XYZ29.719.314.26-
YUV113.2587.23197.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 63.83%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 41 (16.41% from 255) = 12.46%
R=63.83%
G=23.71%
B=12.46%

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
Decimal210784100.630.800.1813.1467.3349.22
HexD24E2903F5012d4331
Octal32211651077120221510361
Binary110100101001110101001011111110100001001011011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24E29; }

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

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

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

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

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

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

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

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