Shades of Trinidad #D04A31
Tints of Trinidad #D04A31
RGB
CMYK
RGB Variations
Color information
#D04A31 (or 0xD04A31) is known color: Trinidad. HEX triplet: D0, 4A and 31. RGB value is (208,74,49). Sum of RGB (Red+Green+Blue) = 208+74+49=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04A31 is #2FB5CE. Grayscale: #6F6F6F. Windows color (decimal): -3126735 or 3230416. OLE color: 3230416.
HSL color Cylindrical-coordinate representation of color #D04A31: hue angle of 9.43º 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 #D04A31 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 49 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.18 |
| HSL | 9.43º | 0.63% | 0.5% | - |
| HSV(B) | 9.43º | 0.76% | 0.82% | - |
| XYZ | 29.02 | 18.53 | 4.95 | - |
| YUV | 111.22 | 92.89 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 49 | 0 | 0.64 | 0.76 | 0.18 | 9.43 | 0.63 | 0.5 |
| Hex | D0 | 4A | 31 | 0 | 40 | 4C | 12 | 9 | 3F | 32 |
| Octal | 320 | 112 | 61 | 0 | 100 | 114 | 22 | 11 | 77 | 62 |
| Binary | 11010000 | 1001010 | 110001 | 0 | 1000000 | 1001100 | 10010 | 1001 | 111111 | 110010 |
Color Harmonies of #D04A31
Complementary color
Monochromatic Colors of #D04A31
Black with #D04A31
Text Example
Text Example
White with #D04A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A31; }
p { color: rgb(208,74,49); }
H1.HeaderClassName
{
color: #D04A31;
}
.AnyTagClassName
{
color: #D04A31;
}
</style>
background-color css
<style>
a { background-color: #D04A31; }
a { background-color: rgb(208,74,49); }
div.DivClassName
{
background-color: #D04A31;
}
.BgClassName
{
background-color: #D04A31;
}
</style>
border-color css
<style>
span { border-color: #D04A31; }
span { border-color: rgb(208,74,49); }
td.TdClassName
{
border-color: #D04A31;
}
.TagClassName
{
border-color: #D04A31;
}
</style>