Shades of Trinidad #D04A30
Tints of Trinidad #D04A30
RGB
CMYK
RGB Variations
Color information
#D04A30 (or 0xD04A30) is known color: Trinidad. HEX triplet: D0, 4A and 30. RGB value is (208,74,48). Sum of RGB (Red+Green+Blue) = 208+74+48=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04A30 is #2FB5CF. Grayscale: #6F6F6F. Windows color (decimal): -3126736 or 3164880. OLE color: 3164880.
HSL color Cylindrical-coordinate representation of color #D04A30: hue angle of 9.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D04A30 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 48 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.18 |
| HSL | 9.75º | 0.63% | 0.5% | - |
| HSV(B) | 9.75º | 0.77% | 0.82% | - |
| XYZ | 28.99 | 18.52 | 4.84 | - |
| YUV | 111.1 | 92.39 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 48 | 0 | 0.64 | 0.77 | 0.18 | 9.75 | 0.63 | 0.5 |
| Hex | D0 | 4A | 30 | 0 | 40 | 4D | 12 | A | 3F | 32 |
| Octal | 320 | 112 | 60 | 0 | 100 | 115 | 22 | 12 | 77 | 62 |
| Binary | 11010000 | 1001010 | 110000 | 0 | 1000000 | 1001101 | 10010 | 1010 | 111111 | 110010 |
Color Harmonies of #D04A30
Complementary color
Monochromatic Colors of #D04A30
Black with #D04A30
Text Example
Text Example
White with #D04A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A30; }
p { color: rgb(208,74,48); }
H1.HeaderClassName
{
color: #D04A30;
}
.AnyTagClassName
{
color: #D04A30;
}
</style>
background-color css
<style>
a { background-color: #D04A30; }
a { background-color: rgb(208,74,48); }
div.DivClassName
{
background-color: #D04A30;
}
.BgClassName
{
background-color: #D04A30;
}
</style>
border-color css
<style>
span { border-color: #D04A30; }
span { border-color: rgb(208,74,48); }
td.TdClassName
{
border-color: #D04A30;
}
.TagClassName
{
border-color: #D04A30;
}
</style>