Shades of Trinidad #D04A35
Tints of Trinidad #D04A35
RGB
CMYK
RGB Variations
Color information
#D04A35 (or 0xD04A35) is known color: Trinidad. HEX triplet: D0, 4A and 35. RGB value is (208,74,53). Sum of RGB (Red+Green+Blue) = 208+74+53=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04A35 is #2FB5CA. Grayscale: #6F6F6F. Windows color (decimal): -3126731 or 3492560. OLE color: 3492560.
HSL color Cylindrical-coordinate representation of color #D04A35: hue angle of 8.13º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D04A35 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 53 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.18 |
| HSL | 8.13º | 0.62% | 0.51% | - |
| HSV(B) | 8.13º | 0.75% | 0.82% | - |
| XYZ | 29.1 | 18.56 | 5.42 | - |
| YUV | 111.67 | 94.89 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 53 | 0 | 0.64 | 0.75 | 0.18 | 8.13 | 0.62 | 0.51 |
| Hex | D0 | 4A | 35 | 0 | 40 | 4B | 12 | 8 | 3E | 33 |
| Octal | 320 | 112 | 65 | 0 | 100 | 113 | 22 | 10 | 76 | 63 |
| Binary | 11010000 | 1001010 | 110101 | 0 | 1000000 | 1001011 | 10010 | 1000 | 111110 | 110011 |
Color Harmonies of #D04A35
Complementary color
Monochromatic Colors of #D04A35
Black with #D04A35
Text Example
Text Example
White with #D04A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A35; }
p { color: rgb(208,74,53); }
H1.HeaderClassName
{
color: #D04A35;
}
.AnyTagClassName
{
color: #D04A35;
}
</style>
background-color css
<style>
a { background-color: #D04A35; }
a { background-color: rgb(208,74,53); }
div.DivClassName
{
background-color: #D04A35;
}
.BgClassName
{
background-color: #D04A35;
}
</style>
border-color css
<style>
span { border-color: #D04A35; }
span { border-color: rgb(208,74,53); }
td.TdClassName
{
border-color: #D04A35;
}
.TagClassName
{
border-color: #D04A35;
}
</style>