Shades of Trinidad #D04431
Tints of Trinidad #D04431
RGB
CMYK
RGB Variations
Color information
#D04431 (or 0xD04431) is known color: Trinidad. HEX triplet: D0, 44 and 31. RGB value is (208,68,49). Sum of RGB (Red+Green+Blue) = 208+68+49=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D04431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04431 is #2FBBCE. Grayscale: #6B6B6B. Windows color (decimal): -3128271 or 3228880. OLE color: 3228880.
HSL color Cylindrical-coordinate representation of color #D04431: hue angle of 7.17º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D04431 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 49 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.18 |
| HSL | 7.17º | 0.63% | 0.5% | - |
| HSV(B) | 7.17º | 0.76% | 0.82% | - |
| XYZ | 28.63 | 17.77 | 4.83 | - |
| YUV | 107.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 49 | 0 | 0.67 | 0.76 | 0.18 | 7.17 | 0.63 | 0.5 |
| Hex | D0 | 44 | 31 | 0 | 43 | 4C | 12 | 7 | 3F | 32 |
| Octal | 320 | 104 | 61 | 0 | 103 | 114 | 22 | 7 | 77 | 62 |
| Binary | 11010000 | 1000100 | 110001 | 0 | 1000011 | 1001100 | 10010 | 111 | 111111 | 110010 |
Color Harmonies of #D04431
Complementary color
Monochromatic Colors of #D04431
Black with #D04431
Text Example
Text Example
White with #D04431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04431; }
p { color: rgb(208,68,49); }
H1.HeaderClassName
{
color: #D04431;
}
.AnyTagClassName
{
color: #D04431;
}
</style>
background-color css
<style>
a { background-color: #D04431; }
a { background-color: rgb(208,68,49); }
div.DivClassName
{
background-color: #D04431;
}
.BgClassName
{
background-color: #D04431;
}
</style>
border-color css
<style>
span { border-color: #D04431; }
span { border-color: rgb(208,68,49); }
td.TdClassName
{
border-color: #D04431;
}
.TagClassName
{
border-color: #D04431;
}
</style>