Shades of Trinidad #D64D2C
Tints of Trinidad #D64D2C
RGB
CMYK
RGB Variations
Color information
#D64D2C (or 0xD64D2C) is known color: Trinidad. HEX triplet: D6, 4D and 2C. RGB value is (214,77,44). Sum of RGB (Red+Green+Blue) = 214+77+44=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D2C is #29B2D3. Grayscale: #727272. Windows color (decimal): -2732756 or 2903510. OLE color: 2903510.
HSL color Cylindrical-coordinate representation of color #D64D2C: hue angle of 11.65º 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 #D64D2C is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 44 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.16 |
| HSL | 11.65º | 0.67% | 0.51% | - |
| HSV(B) | 11.65º | 0.79% | 0.84% | - |
| XYZ | 30.84 | 19.79 | 4.58 | - |
| YUV | 114.2 | 88.39 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 44 | 0 | 0.64 | 0.79 | 0.16 | 11.65 | 0.67 | 0.51 |
| Hex | D6 | 4D | 2C | 0 | 40 | 4F | 10 | C | 43 | 33 |
| Octal | 326 | 115 | 54 | 0 | 100 | 117 | 20 | 14 | 103 | 63 |
| Binary | 11010110 | 1001101 | 101100 | 0 | 1000000 | 1001111 | 10000 | 1100 | 1000011 | 110011 |
Color Harmonies of #D64D2C
Complementary color
Monochromatic Colors of #D64D2C
Black with #D64D2C
Text Example
Text Example
White with #D64D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D2C; }
p { color: rgb(214,77,44); }
H1.HeaderClassName
{
color: #D64D2C;
}
.AnyTagClassName
{
color: #D64D2C;
}
</style>
background-color css
<style>
a { background-color: #D64D2C; }
a { background-color: rgb(214,77,44); }
div.DivClassName
{
background-color: #D64D2C;
}
.BgClassName
{
background-color: #D64D2C;
}
</style>
border-color css
<style>
span { border-color: #D64D2C; }
span { border-color: rgb(214,77,44); }
td.TdClassName
{
border-color: #D64D2C;
}
.TagClassName
{
border-color: #D64D2C;
}
</style>