Shades of Trinidad #D04432
Tints of Trinidad #D04432
RGB
CMYK
RGB Variations
Color information
#D04432 (or 0xD04432) is known color: Trinidad. HEX triplet: D0, 44 and 32. RGB value is (208,68,50). Sum of RGB (Red+Green+Blue) = 208+68+50=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D04432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04432 is #2FBBCD. Grayscale: #6C6C6C. Windows color (decimal): -3128270 or 3294416. OLE color: 3294416.
HSL color Cylindrical-coordinate representation of color #D04432: hue angle of 6.84º 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 #D04432 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 50 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.18 |
| HSL | 6.84º | 0.63% | 0.51% | - |
| HSV(B) | 6.84º | 0.76% | 0.82% | - |
| XYZ | 28.66 | 17.77 | 4.94 | - |
| YUV | 107.81 | 95.38 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 50 | 0 | 0.67 | 0.76 | 0.18 | 6.84 | 0.63 | 0.51 |
| Hex | D0 | 44 | 32 | 0 | 43 | 4C | 12 | 7 | 3F | 33 |
| Octal | 320 | 104 | 62 | 0 | 103 | 114 | 22 | 7 | 77 | 63 |
| Binary | 11010000 | 1000100 | 110010 | 0 | 1000011 | 1001100 | 10010 | 111 | 111111 | 110011 |
Color Harmonies of #D04432
Complementary color
Monochromatic Colors of #D04432
Black with #D04432
Text Example
Text Example
White with #D04432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04432; }
p { color: rgb(208,68,50); }
H1.HeaderClassName
{
color: #D04432;
}
.AnyTagClassName
{
color: #D04432;
}
</style>
background-color css
<style>
a { background-color: #D04432; }
a { background-color: rgb(208,68,50); }
div.DivClassName
{
background-color: #D04432;
}
.BgClassName
{
background-color: #D04432;
}
</style>
border-color css
<style>
span { border-color: #D04432; }
span { border-color: rgb(208,68,50); }
td.TdClassName
{
border-color: #D04432;
}
.TagClassName
{
border-color: #D04432;
}
</style>