Shades of Trinidad #D04C31
Tints of Trinidad #D04C31
RGB
CMYK
RGB Variations
Color information
#D04C31 (or 0xD04C31) is known color: Trinidad. HEX triplet: D0, 4C and 31. RGB value is (208,76,49). Sum of RGB (Red+Green+Blue) = 208+76+49=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04C31 is #2FB3CE. Grayscale: #707070. Windows color (decimal): -3126223 or 3230928. OLE color: 3230928.
HSL color Cylindrical-coordinate representation of color #D04C31: hue angle of 10.19º 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 #D04C31 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 49 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.18 |
| HSL | 10.19º | 0.63% | 0.5% | - |
| HSV(B) | 10.19º | 0.76% | 0.82% | - |
| XYZ | 29.15 | 18.8 | 5 | - |
| YUV | 112.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 49 | 0 | 0.63 | 0.76 | 0.18 | 10.19 | 0.63 | 0.5 |
| Hex | D0 | 4C | 31 | 0 | 3F | 4C | 12 | A | 3F | 32 |
| Octal | 320 | 114 | 61 | 0 | 77 | 114 | 22 | 12 | 77 | 62 |
| Binary | 11010000 | 1001100 | 110001 | 0 | 111111 | 1001100 | 10010 | 1010 | 111111 | 110010 |
Color Harmonies of #D04C31
Complementary color
Monochromatic Colors of #D04C31
Black with #D04C31
Text Example
Text Example
White with #D04C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C31; }
p { color: rgb(208,76,49); }
H1.HeaderClassName
{
color: #D04C31;
}
.AnyTagClassName
{
color: #D04C31;
}
</style>
background-color css
<style>
a { background-color: #D04C31; }
a { background-color: rgb(208,76,49); }
div.DivClassName
{
background-color: #D04C31;
}
.BgClassName
{
background-color: #D04C31;
}
</style>
border-color css
<style>
span { border-color: #D04C31; }
span { border-color: rgb(208,76,49); }
td.TdClassName
{
border-color: #D04C31;
}
.TagClassName
{
border-color: #D04C31;
}
</style>