Shades of Trinidad #D64E2C
Tints of Trinidad #D64E2C
RGB
CMYK
RGB Variations
Color information
#D64E2C (or 0xD64E2C) is known color: Trinidad. HEX triplet: D6, 4E and 2C. RGB value is (214,78,44). Sum of RGB (Red+Green+Blue) = 214+78+44=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64E2C is #29B1D3. Grayscale: #737373. Windows color (decimal): -2732500 or 2903766. OLE color: 2903766.
HSL color Cylindrical-coordinate representation of color #D64E2C: hue angle of 12º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D64E2C is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 44 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.16 |
| HSL | 12º | 0.67% | 0.51% | - |
| HSV(B) | 12º | 0.79% | 0.84% | - |
| XYZ | 30.91 | 19.93 | 4.6 | - |
| YUV | 114.79 | 88.06 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 44 | 0 | 0.64 | 0.79 | 0.16 | 12 | 0.67 | 0.51 |
| Hex | D6 | 4E | 2C | 0 | 40 | 4F | 10 | C | 43 | 33 |
| Octal | 326 | 116 | 54 | 0 | 100 | 117 | 20 | 14 | 103 | 63 |
| Binary | 11010110 | 1001110 | 101100 | 0 | 1000000 | 1001111 | 10000 | 1100 | 1000011 | 110011 |
Color Harmonies of #D64E2C
Complementary color
Monochromatic Colors of #D64E2C
Black with #D64E2C
Text Example
Text Example
White with #D64E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64E2C; }
p { color: rgb(214,78,44); }
H1.HeaderClassName
{
color: #D64E2C;
}
.AnyTagClassName
{
color: #D64E2C;
}
</style>
background-color css
<style>
a { background-color: #D64E2C; }
a { background-color: rgb(214,78,44); }
div.DivClassName
{
background-color: #D64E2C;
}
.BgClassName
{
background-color: #D64E2C;
}
</style>
border-color css
<style>
span { border-color: #D64E2C; }
span { border-color: rgb(214,78,44); }
td.TdClassName
{
border-color: #D64E2C;
}
.TagClassName
{
border-color: #D64E2C;
}
</style>