Shades of Trinidad #D64D2F
Tints of Trinidad #D64D2F
RGB
CMYK
RGB Variations
Color information
#D64D2F (or 0xD64D2F) is known color: Trinidad. HEX triplet: D6, 4D and 2F. RGB value is (214,77,47). Sum of RGB (Red+Green+Blue) = 214+77+47=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D2F is #29B2D0. Grayscale: #727272. Windows color (decimal): -2732753 or 3100118. OLE color: 3100118.
HSL color Cylindrical-coordinate representation of color #D64D2F: hue angle of 10.78º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D64D2F is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 47 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.16 |
| HSL | 10.78º | 0.67% | 0.51% | - |
| HSV(B) | 10.78º | 0.78% | 0.84% | - |
| XYZ | 30.9 | 19.81 | 4.88 | - |
| YUV | 114.54 | 89.89 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 47 | 0 | 0.64 | 0.78 | 0.16 | 10.78 | 0.67 | 0.51 |
| Hex | D6 | 4D | 2F | 0 | 40 | 4E | 10 | B | 43 | 33 |
| Octal | 326 | 115 | 57 | 0 | 100 | 116 | 20 | 13 | 103 | 63 |
| Binary | 11010110 | 1001101 | 101111 | 0 | 1000000 | 1001110 | 10000 | 1011 | 1000011 | 110011 |
Color Harmonies of #D64D2F
Complementary color
Monochromatic Colors of #D64D2F
Black with #D64D2F
Text Example
Text Example
White with #D64D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D2F; }
p { color: rgb(214,77,47); }
H1.HeaderClassName
{
color: #D64D2F;
}
.AnyTagClassName
{
color: #D64D2F;
}
</style>
background-color css
<style>
a { background-color: #D64D2F; }
a { background-color: rgb(214,77,47); }
div.DivClassName
{
background-color: #D64D2F;
}
.BgClassName
{
background-color: #D64D2F;
}
</style>
border-color css
<style>
span { border-color: #D64D2F; }
span { border-color: rgb(214,77,47); }
td.TdClassName
{
border-color: #D64D2F;
}
.TagClassName
{
border-color: #D64D2F;
}
</style>