Shades of Trinidad #D04C2A
Tints of Trinidad #D04C2A
RGB
CMYK
RGB Variations
Color information
#D04C2A (or 0xD04C2A) is known color: Trinidad. HEX triplet: D0, 4C and 2A. RGB value is (208,76,42). Sum of RGB (Red+Green+Blue) = 208+76+42=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04C2A is #2FB3D5. Grayscale: #6F6F6F. Windows color (decimal): -3126230 or 2772176. OLE color: 2772176.
HSL color Cylindrical-coordinate representation of color #D04C2A: hue angle of 12.29º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D04C2A is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 42 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.18 |
| HSL | 12.29º | 0.66% | 0.49% | - |
| HSV(B) | 12.29º | 0.8% | 0.82% | - |
| XYZ | 29.01 | 18.75 | 4.28 | - |
| YUV | 111.59 | 88.73 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 42 | 0 | 0.63 | 0.80 | 0.18 | 12.29 | 0.66 | 0.49 |
| Hex | D0 | 4C | 2A | 0 | 3F | 50 | 12 | C | 42 | 31 |
| Octal | 320 | 114 | 52 | 0 | 77 | 120 | 22 | 14 | 102 | 61 |
| Binary | 11010000 | 1001100 | 101010 | 0 | 111111 | 1010000 | 10010 | 1100 | 1000010 | 110001 |
Color Harmonies of #D04C2A
Complementary color
Monochromatic Colors of #D04C2A
Black with #D04C2A
Text Example
Text Example
White with #D04C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C2A; }
p { color: rgb(208,76,42); }
H1.HeaderClassName
{
color: #D04C2A;
}
.AnyTagClassName
{
color: #D04C2A;
}
</style>
background-color css
<style>
a { background-color: #D04C2A; }
a { background-color: rgb(208,76,42); }
div.DivClassName
{
background-color: #D04C2A;
}
.BgClassName
{
background-color: #D04C2A;
}
</style>
border-color css
<style>
span { border-color: #D04C2A; }
span { border-color: rgb(208,76,42); }
td.TdClassName
{
border-color: #D04C2A;
}
.TagClassName
{
border-color: #D04C2A;
}
</style>