Shades of Trinidad #D04E2F
Tints of Trinidad #D04E2F
RGB
CMYK
RGB Variations
Color information
#D04E2F (or 0xD04E2F) is known color: Trinidad. HEX triplet: D0, 4E and 2F. RGB value is (208,78,47). Sum of RGB (Red+Green+Blue) = 208+78+47=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04E2F is #2FB1D0. Grayscale: #717171. Windows color (decimal): -3125713 or 3100368. OLE color: 3100368.
HSL color Cylindrical-coordinate representation of color #D04E2F: hue angle of 11.55º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D04E2F is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 47 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.18 |
| HSL | 11.55º | 0.63% | 0.5% | - |
| HSV(B) | 11.55º | 0.77% | 0.82% | - |
| XYZ | 29.25 | 19.06 | 4.83 | - |
| YUV | 113.34 | 90.57 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 47 | 0 | 0.62 | 0.77 | 0.18 | 11.55 | 0.63 | 0.5 |
| Hex | D0 | 4E | 2F | 0 | 3E | 4D | 12 | C | 3F | 32 |
| Octal | 320 | 116 | 57 | 0 | 76 | 115 | 22 | 14 | 77 | 62 |
| Binary | 11010000 | 1001110 | 101111 | 0 | 111110 | 1001101 | 10010 | 1100 | 111111 | 110010 |
Color Harmonies of #D04E2F
Complementary color
Monochromatic Colors of #D04E2F
Black with #D04E2F
Text Example
Text Example
White with #D04E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04E2F; }
p { color: rgb(208,78,47); }
H1.HeaderClassName
{
color: #D04E2F;
}
.AnyTagClassName
{
color: #D04E2F;
}
</style>
background-color css
<style>
a { background-color: #D04E2F; }
a { background-color: rgb(208,78,47); }
div.DivClassName
{
background-color: #D04E2F;
}
.BgClassName
{
background-color: #D04E2F;
}
</style>
border-color css
<style>
span { border-color: #D04E2F; }
span { border-color: rgb(208,78,47); }
td.TdClassName
{
border-color: #D04E2F;
}
.TagClassName
{
border-color: #D04E2F;
}
</style>