Shades of Trinidad #D24F32
Tints of Trinidad #D24F32
RGB
CMYK
RGB Variations
Color information
#D24F32 (or 0xD24F32) is known color: Trinidad. HEX triplet: D2, 4F and 32. RGB value is (210,79,50). Sum of RGB (Red+Green+Blue) = 210+79+50=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24F32 is #2DB0CD. Grayscale: #737373. Windows color (decimal): -2994382 or 3297234. OLE color: 3297234.
HSL color Cylindrical-coordinate representation of color #D24F32: hue angle of 10.88º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D24F32 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 50 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.18 |
| HSL | 10.88º | 0.64% | 0.51% | - |
| HSV(B) | 10.88º | 0.76% | 0.82% | - |
| XYZ | 29.95 | 19.52 | 5.21 | - |
| YUV | 114.86 | 91.4 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 50 | 0 | 0.62 | 0.76 | 0.18 | 10.88 | 0.64 | 0.51 |
| Hex | D2 | 4F | 32 | 0 | 3E | 4C | 12 | B | 40 | 33 |
| Octal | 322 | 117 | 62 | 0 | 76 | 114 | 22 | 13 | 100 | 63 |
| Binary | 11010010 | 1001111 | 110010 | 0 | 111110 | 1001100 | 10010 | 1011 | 1000000 | 110011 |
Color Harmonies of #D24F32
Complementary color
Monochromatic Colors of #D24F32
Black with #D24F32
Text Example
Text Example
White with #D24F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F32; }
p { color: rgb(210,79,50); }
H1.HeaderClassName
{
color: #D24F32;
}
.AnyTagClassName
{
color: #D24F32;
}
</style>
background-color css
<style>
a { background-color: #D24F32; }
a { background-color: rgb(210,79,50); }
div.DivClassName
{
background-color: #D24F32;
}
.BgClassName
{
background-color: #D24F32;
}
</style>
border-color css
<style>
span { border-color: #D24F32; }
span { border-color: rgb(210,79,50); }
td.TdClassName
{
border-color: #D24F32;
}
.TagClassName
{
border-color: #D24F32;
}
</style>