Shades of Trinidad #D24F21
Tints of Trinidad #D24F21
RGB
CMYK
RGB Variations
Color information
#D24F21 (or 0xD24F21) is known color: Trinidad. HEX triplet: D2, 4F and 21. RGB value is (210,79,33). Sum of RGB (Red+Green+Blue) = 210+79+33=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24F21 is #2DB0DE. Grayscale: #717171. Windows color (decimal): -2994399 or 2183122. OLE color: 2183122.
HSL color Cylindrical-coordinate representation of color #D24F21: hue angle of 15.59º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D24F21 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 33 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.18 |
| HSL | 15.59º | 0.73% | 0.48% | - |
| HSV(B) | 15.59º | 0.84% | 0.82% | - |
| XYZ | 29.65 | 19.4 | 3.62 | - |
| YUV | 112.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 33 | 0 | 0.62 | 0.84 | 0.18 | 15.59 | 0.73 | 0.48 |
| Hex | D2 | 4F | 21 | 0 | 3E | 54 | 12 | 10 | 49 | 30 |
| Octal | 322 | 117 | 41 | 0 | 76 | 124 | 22 | 20 | 111 | 60 |
| Binary | 11010010 | 1001111 | 100001 | 0 | 111110 | 1010100 | 10010 | 10000 | 1001001 | 110000 |
Color Harmonies of #D24F21
Complementary color
Monochromatic Colors of #D24F21
Black with #D24F21
Text Example
Text Example
White with #D24F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F21; }
p { color: rgb(210,79,33); }
H1.HeaderClassName
{
color: #D24F21;
}
.AnyTagClassName
{
color: #D24F21;
}
</style>
background-color css
<style>
a { background-color: #D24F21; }
a { background-color: rgb(210,79,33); }
div.DivClassName
{
background-color: #D24F21;
}
.BgClassName
{
background-color: #D24F21;
}
</style>
border-color css
<style>
span { border-color: #D24F21; }
span { border-color: rgb(210,79,33); }
td.TdClassName
{
border-color: #D24F21;
}
.TagClassName
{
border-color: #D24F21;
}
</style>