Shades of Trinidad #D04D37
Tints of Trinidad #D04D37
RGB
CMYK
RGB Variations
Color information
#D04D37 (or 0xD04D37) is known color: Trinidad. HEX triplet: D0, 4D and 37. RGB value is (208,77,55). Sum of RGB (Red+Green+Blue) = 208+77+55=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04D37 is #2FB2C8. Grayscale: #717171. Windows color (decimal): -3125961 or 3624400. OLE color: 3624400.
HSL color Cylindrical-coordinate representation of color #D04D37: hue angle of 8.63º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D04D37 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 55 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.18 |
| HSL | 8.63º | 0.62% | 0.52% | - |
| HSV(B) | 8.63º | 0.74% | 0.82% | - |
| XYZ | 29.36 | 18.99 | 5.73 | - |
| YUV | 113.66 | 94.9 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 55 | 0 | 0.63 | 0.74 | 0.18 | 8.63 | 0.62 | 0.52 |
| Hex | D0 | 4D | 37 | 0 | 3F | 4A | 12 | 9 | 3E | 34 |
| Octal | 320 | 115 | 67 | 0 | 77 | 112 | 22 | 11 | 76 | 64 |
| Binary | 11010000 | 1001101 | 110111 | 0 | 111111 | 1001010 | 10010 | 1001 | 111110 | 110100 |
Color Harmonies of #D04D37
Complementary color
Monochromatic Colors of #D04D37
Black with #D04D37
Text Example
Text Example
White with #D04D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04D37; }
p { color: rgb(208,77,55); }
H1.HeaderClassName
{
color: #D04D37;
}
.AnyTagClassName
{
color: #D04D37;
}
</style>
background-color css
<style>
a { background-color: #D04D37; }
a { background-color: rgb(208,77,55); }
div.DivClassName
{
background-color: #D04D37;
}
.BgClassName
{
background-color: #D04D37;
}
</style>
border-color css
<style>
span { border-color: #D04D37; }
span { border-color: rgb(208,77,55); }
td.TdClassName
{
border-color: #D04D37;
}
.TagClassName
{
border-color: #D04D37;
}
</style>