Shades of Trinidad #D24E20
Tints of Trinidad #D24E20
RGB
CMYK
RGB Variations
Color information
#D24E20 (or 0xD24E20) is known color: Trinidad. HEX triplet: D2, 4E and 20. RGB value is (210,78,32). Sum of RGB (Red+Green+Blue) = 210+78+32=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24E20 is #2DB1DF. Grayscale: #707070. Windows color (decimal): -2994656 or 2117330. OLE color: 2117330.
HSL color Cylindrical-coordinate representation of color #D24E20: hue angle of 15.51º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D24E20 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 32 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.18 |
| HSL | 15.51º | 0.74% | 0.47% | - |
| HSV(B) | 15.51º | 0.85% | 0.82% | - |
| XYZ | 29.56 | 19.25 | 3.52 | - |
| YUV | 112.22 | 82.73 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 32 | 0 | 0.63 | 0.85 | 0.18 | 15.51 | 0.74 | 0.47 |
| Hex | D2 | 4E | 20 | 0 | 3F | 55 | 12 | 10 | 4A | 2F |
| Octal | 322 | 116 | 40 | 0 | 77 | 125 | 22 | 20 | 112 | 57 |
| Binary | 11010010 | 1001110 | 100000 | 0 | 111111 | 1010101 | 10010 | 10000 | 1001010 | 101111 |
Color Harmonies of #D24E20
Complementary color
Monochromatic Colors of #D24E20
Black with #D24E20
Text Example
Text Example
White with #D24E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24E20; }
p { color: rgb(210,78,32); }
H1.HeaderClassName
{
color: #D24E20;
}
.AnyTagClassName
{
color: #D24E20;
}
</style>
background-color css
<style>
a { background-color: #D24E20; }
a { background-color: rgb(210,78,32); }
div.DivClassName
{
background-color: #D24E20;
}
.BgClassName
{
background-color: #D24E20;
}
</style>
border-color css
<style>
span { border-color: #D24E20; }
span { border-color: rgb(210,78,32); }
td.TdClassName
{
border-color: #D24E20;
}
.TagClassName
{
border-color: #D24E20;
}
</style>