Shades of Trinidad #D04D24
Tints of Trinidad #D04D24
RGB
CMYK
RGB Variations
Color information
#D04D24 (or 0xD04D24) is known color: Trinidad. HEX triplet: D0, 4D and 24. RGB value is (208,77,36). Sum of RGB (Red+Green+Blue) = 208+77+36=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04D24 is #2FB2DB. Grayscale: #6F6F6F. Windows color (decimal): -3125980 or 2379216. OLE color: 2379216.
HSL color Cylindrical-coordinate representation of color #D04D24: hue angle of 14.3º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D04D24 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 36 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.18 |
| HSL | 14.3º | 0.7% | 0.48% | - |
| HSV(B) | 14.3º | 0.83% | 0.82% | - |
| XYZ | 28.98 | 18.85 | 3.78 | - |
| YUV | 111.5 | 85.4 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 36 | 0 | 0.63 | 0.83 | 0.18 | 14.3 | 0.7 | 0.48 |
| Hex | D0 | 4D | 24 | 0 | 3F | 53 | 12 | E | 46 | 30 |
| Octal | 320 | 115 | 44 | 0 | 77 | 123 | 22 | 16 | 106 | 60 |
| Binary | 11010000 | 1001101 | 100100 | 0 | 111111 | 1010011 | 10010 | 1110 | 1000110 | 110000 |
Color Harmonies of #D04D24
Complementary color
Monochromatic Colors of #D04D24
Black with #D04D24
Text Example
Text Example
White with #D04D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04D24; }
p { color: rgb(208,77,36); }
H1.HeaderClassName
{
color: #D04D24;
}
.AnyTagClassName
{
color: #D04D24;
}
</style>
background-color css
<style>
a { background-color: #D04D24; }
a { background-color: rgb(208,77,36); }
div.DivClassName
{
background-color: #D04D24;
}
.BgClassName
{
background-color: #D04D24;
}
</style>
border-color css
<style>
span { border-color: #D04D24; }
span { border-color: rgb(208,77,36); }
td.TdClassName
{
border-color: #D04D24;
}
.TagClassName
{
border-color: #D04D24;
}
</style>