Shades of Trinidad #D04832
Tints of Trinidad #D04832
RGB
CMYK
RGB Variations
Color information
#D04832 (or 0xD04832) is known color: Trinidad. HEX triplet: D0, 48 and 32. RGB value is (208,72,50). Sum of RGB (Red+Green+Blue) = 208+72+50=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D04832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04832 is #2FB7CD. Grayscale: #6E6E6E. Windows color (decimal): -3127246 or 3295440. OLE color: 3295440.
HSL color Cylindrical-coordinate representation of color #D04832: hue angle of 8.35º 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 #D04832 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 50 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.18 |
| HSL | 8.35º | 0.63% | 0.51% | - |
| HSV(B) | 8.35º | 0.76% | 0.82% | - |
| XYZ | 28.91 | 18.27 | 5.02 | - |
| YUV | 110.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 50 | 0 | 0.65 | 0.76 | 0.18 | 8.35 | 0.63 | 0.51 |
| Hex | D0 | 48 | 32 | 0 | 41 | 4C | 12 | 8 | 3F | 33 |
| Octal | 320 | 110 | 62 | 0 | 101 | 114 | 22 | 10 | 77 | 63 |
| Binary | 11010000 | 1001000 | 110010 | 0 | 1000001 | 1001100 | 10010 | 1000 | 111111 | 110011 |
Color Harmonies of #D04832
Complementary color
Monochromatic Colors of #D04832
Black with #D04832
Text Example
Text Example
White with #D04832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04832; }
p { color: rgb(208,72,50); }
H1.HeaderClassName
{
color: #D04832;
}
.AnyTagClassName
{
color: #D04832;
}
</style>
background-color css
<style>
a { background-color: #D04832; }
a { background-color: rgb(208,72,50); }
div.DivClassName
{
background-color: #D04832;
}
.BgClassName
{
background-color: #D04832;
}
</style>
border-color css
<style>
span { border-color: #D04832; }
span { border-color: rgb(208,72,50); }
td.TdClassName
{
border-color: #D04832;
}
.TagClassName
{
border-color: #D04832;
}
</style>