Shades of Trinidad #D04E3C
Tints of Trinidad #D04E3C
RGB
CMYK
RGB Variations
Color information
#D04E3C (or 0xD04E3C) is known color: Trinidad. HEX triplet: D0, 4E and 3C. RGB value is (208,78,60). Sum of RGB (Red+Green+Blue) = 208+78+60=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04E3C is #2FB1C3. Grayscale: #737373. Windows color (decimal): -3125700 or 3952336. OLE color: 3952336.
HSL color Cylindrical-coordinate representation of color #D04E3C: hue angle of 7.3º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D04E3C is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 60 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.18 |
| HSL | 7.3º | 0.61% | 0.53% | - |
| HSV(B) | 7.3º | 0.71% | 0.82% | - |
| XYZ | 29.55 | 19.18 | 6.42 | - |
| YUV | 114.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 60 | 0 | 0.62 | 0.71 | 0.18 | 7.3 | 0.61 | 0.53 |
| Hex | D0 | 4E | 3C | 0 | 3E | 47 | 12 | 7 | 3D | 35 |
| Octal | 320 | 116 | 74 | 0 | 76 | 107 | 22 | 7 | 75 | 65 |
| Binary | 11010000 | 1001110 | 111100 | 0 | 111110 | 1000111 | 10010 | 111 | 111101 | 110101 |
Color Harmonies of #D04E3C
Complementary color
Monochromatic Colors of #D04E3C
Black with #D04E3C
Text Example
Text Example
White with #D04E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04E3C; }
p { color: rgb(208,78,60); }
H1.HeaderClassName
{
color: #D04E3C;
}
.AnyTagClassName
{
color: #D04E3C;
}
</style>
background-color css
<style>
a { background-color: #D04E3C; }
a { background-color: rgb(208,78,60); }
div.DivClassName
{
background-color: #D04E3C;
}
.BgClassName
{
background-color: #D04E3C;
}
</style>
border-color css
<style>
span { border-color: #D04E3C; }
span { border-color: rgb(208,78,60); }
td.TdClassName
{
border-color: #D04E3C;
}
.TagClassName
{
border-color: #D04E3C;
}
</style>