Shades of Trinidad #D64D2E
Tints of Trinidad #D64D2E
RGB
CMYK
RGB Variations
Color information
#D64D2E (or 0xD64D2E) is known color: Trinidad. HEX triplet: D6, 4D and 2E. RGB value is (214,77,46). Sum of RGB (Red+Green+Blue) = 214+77+46=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D2E is #29B2D1. Grayscale: #727272. Windows color (decimal): -2732754 or 3034582. OLE color: 3034582.
HSL color Cylindrical-coordinate representation of color #D64D2E: hue angle of 11.07º 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 #D64D2E is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 46 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.16 |
| HSL | 11.07º | 0.67% | 0.51% | - |
| HSV(B) | 11.07º | 0.79% | 0.84% | - |
| XYZ | 30.88 | 19.8 | 4.78 | - |
| YUV | 114.43 | 89.39 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 46 | 0 | 0.64 | 0.79 | 0.16 | 11.07 | 0.67 | 0.51 |
| Hex | D6 | 4D | 2E | 0 | 40 | 4F | 10 | B | 43 | 33 |
| Octal | 326 | 115 | 56 | 0 | 100 | 117 | 20 | 13 | 103 | 63 |
| Binary | 11010110 | 1001101 | 101110 | 0 | 1000000 | 1001111 | 10000 | 1011 | 1000011 | 110011 |
Color Harmonies of #D64D2E
Complementary color
Monochromatic Colors of #D64D2E
Black with #D64D2E
Text Example
Text Example
White with #D64D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D2E; }
p { color: rgb(214,77,46); }
H1.HeaderClassName
{
color: #D64D2E;
}
.AnyTagClassName
{
color: #D64D2E;
}
</style>
background-color css
<style>
a { background-color: #D64D2E; }
a { background-color: rgb(214,77,46); }
div.DivClassName
{
background-color: #D64D2E;
}
.BgClassName
{
background-color: #D64D2E;
}
</style>
border-color css
<style>
span { border-color: #D64D2E; }
span { border-color: rgb(214,77,46); }
td.TdClassName
{
border-color: #D64D2E;
}
.TagClassName
{
border-color: #D64D2E;
}
</style>