Shades of Trinidad #D64D2B
Tints of Trinidad #D64D2B
RGB
CMYK
RGB Variations
Color information
#D64D2B (or 0xD64D2B) is known color: Trinidad. HEX triplet: D6, 4D and 2B. RGB value is (214,77,43). Sum of RGB (Red+Green+Blue) = 214+77+43=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D2B is #29B2D4. Grayscale: #727272. Windows color (decimal): -2732757 or 2837974. OLE color: 2837974.
HSL color Cylindrical-coordinate representation of color #D64D2B: hue angle of 11.93º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D64D2B is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 43 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.16 |
| HSL | 11.93º | 0.68% | 0.5% | - |
| HSV(B) | 11.93º | 0.8% | 0.84% | - |
| XYZ | 30.82 | 19.78 | 4.48 | - |
| YUV | 114.09 | 87.89 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 43 | 0 | 0.64 | 0.80 | 0.16 | 11.93 | 0.68 | 0.5 |
| Hex | D6 | 4D | 2B | 0 | 40 | 50 | 10 | C | 44 | 32 |
| Octal | 326 | 115 | 53 | 0 | 100 | 120 | 20 | 14 | 104 | 62 |
| Binary | 11010110 | 1001101 | 101011 | 0 | 1000000 | 1010000 | 10000 | 1100 | 1000100 | 110010 |
Color Harmonies of #D64D2B
Complementary color
Monochromatic Colors of #D64D2B
Black with #D64D2B
Text Example
Text Example
White with #D64D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D2B; }
p { color: rgb(214,77,43); }
H1.HeaderClassName
{
color: #D64D2B;
}
.AnyTagClassName
{
color: #D64D2B;
}
</style>
background-color css
<style>
a { background-color: #D64D2B; }
a { background-color: rgb(214,77,43); }
div.DivClassName
{
background-color: #D64D2B;
}
.BgClassName
{
background-color: #D64D2B;
}
</style>
border-color css
<style>
span { border-color: #D64D2B; }
span { border-color: rgb(214,77,43); }
td.TdClassName
{
border-color: #D64D2B;
}
.TagClassName
{
border-color: #D64D2B;
}
</style>