Shades of Trinidad #D04732
Tints of Trinidad #D04732
RGB
CMYK
RGB Variations
Color information
#D04732 (or 0xD04732) is known color: Trinidad. HEX triplet: D0, 47 and 32. RGB value is (208,71,50). Sum of RGB (Red+Green+Blue) = 208+71+50=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D04732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04732 is #2FB8CD. Grayscale: #6D6D6D. Windows color (decimal): -3127502 or 3295184. OLE color: 3295184.
HSL color Cylindrical-coordinate representation of color #D04732: hue angle of 7.97º degrees, saturation: 0.63, 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 #D04732 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 50 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.18 |
| HSL | 7.97º | 0.63% | 0.51% | - |
| HSV(B) | 7.97º | 0.76% | 0.82% | - |
| XYZ | 28.84 | 18.15 | 5 | - |
| YUV | 109.57 | 94.39 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 50 | 0 | 0.66 | 0.76 | 0.18 | 7.97 | 0.63 | 0.51 |
| Hex | D0 | 47 | 32 | 0 | 42 | 4C | 12 | 8 | 3F | 33 |
| Octal | 320 | 107 | 62 | 0 | 102 | 114 | 22 | 10 | 77 | 63 |
| Binary | 11010000 | 1000111 | 110010 | 0 | 1000010 | 1001100 | 10010 | 1000 | 111111 | 110011 |
Color Harmonies of #D04732
Complementary color
Monochromatic Colors of #D04732
Black with #D04732
Text Example
Text Example
White with #D04732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04732; }
p { color: rgb(208,71,50); }
H1.HeaderClassName
{
color: #D04732;
}
.AnyTagClassName
{
color: #D04732;
}
</style>
background-color css
<style>
a { background-color: #D04732; }
a { background-color: rgb(208,71,50); }
div.DivClassName
{
background-color: #D04732;
}
.BgClassName
{
background-color: #D04732;
}
</style>
border-color css
<style>
span { border-color: #D04732; }
span { border-color: rgb(208,71,50); }
td.TdClassName
{
border-color: #D04732;
}
.TagClassName
{
border-color: #D04732;
}
</style>