Shades of Trinidad #D04D3B
Tints of Trinidad #D04D3B
RGB
CMYK
RGB Variations
Color information
#D04D3B (or 0xD04D3B) is known color: Trinidad. HEX triplet: D0, 4D and 3B. RGB value is (208,77,59). Sum of RGB (Red+Green+Blue) = 208+77+59=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04D3B is #2FB2C4. Grayscale: #727272. Windows color (decimal): -3125957 or 3886544. OLE color: 3886544.
HSL color Cylindrical-coordinate representation of color #D04D3B: hue angle of 7.25º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D04D3B is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 59 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.18 |
| HSL | 7.25º | 0.61% | 0.52% | - |
| HSV(B) | 7.25º | 0.72% | 0.82% | - |
| XYZ | 29.46 | 19.03 | 6.26 | - |
| YUV | 114.12 | 96.9 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 59 | 0 | 0.63 | 0.72 | 0.18 | 7.25 | 0.61 | 0.52 |
| Hex | D0 | 4D | 3B | 0 | 3F | 48 | 12 | 7 | 3D | 34 |
| Octal | 320 | 115 | 73 | 0 | 77 | 110 | 22 | 7 | 75 | 64 |
| Binary | 11010000 | 1001101 | 111011 | 0 | 111111 | 1001000 | 10010 | 111 | 111101 | 110100 |
Color Harmonies of #D04D3B
Complementary color
Monochromatic Colors of #D04D3B
Black with #D04D3B
Text Example
Text Example
White with #D04D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04D3B; }
p { color: rgb(208,77,59); }
H1.HeaderClassName
{
color: #D04D3B;
}
.AnyTagClassName
{
color: #D04D3B;
}
</style>
background-color css
<style>
a { background-color: #D04D3B; }
a { background-color: rgb(208,77,59); }
div.DivClassName
{
background-color: #D04D3B;
}
.BgClassName
{
background-color: #D04D3B;
}
</style>
border-color css
<style>
span { border-color: #D04D3B; }
span { border-color: rgb(208,77,59); }
td.TdClassName
{
border-color: #D04D3B;
}
.TagClassName
{
border-color: #D04D3B;
}
</style>