Shades of Trinidad #D64F2F
Tints of Trinidad #D64F2F
RGB
CMYK
RGB Variations
Color information
#D64F2F (or 0xD64F2F) is known color: Trinidad. HEX triplet: D6, 4F and 2F. RGB value is (214,79,47). Sum of RGB (Red+Green+Blue) = 214+79+47=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F2F is #29B0D0. Grayscale: #737373. Windows color (decimal): -2732241 or 3100630. OLE color: 3100630.
HSL color Cylindrical-coordinate representation of color #D64F2F: hue angle of 11.5º 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 #D64F2F is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 47 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.16 |
| HSL | 11.5º | 0.67% | 0.51% | - |
| HSV(B) | 11.5º | 0.78% | 0.84% | - |
| XYZ | 31.04 | 20.09 | 4.93 | - |
| YUV | 115.72 | 89.23 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 47 | 0 | 0.63 | 0.78 | 0.16 | 11.5 | 0.67 | 0.51 |
| Hex | D6 | 4F | 2F | 0 | 3F | 4E | 10 | B | 43 | 33 |
| Octal | 326 | 117 | 57 | 0 | 77 | 116 | 20 | 13 | 103 | 63 |
| Binary | 11010110 | 1001111 | 101111 | 0 | 111111 | 1001110 | 10000 | 1011 | 1000011 | 110011 |
Color Harmonies of #D64F2F
Complementary color
Monochromatic Colors of #D64F2F
Black with #D64F2F
Text Example
Text Example
White with #D64F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F2F; }
p { color: rgb(214,79,47); }
H1.HeaderClassName
{
color: #D64F2F;
}
.AnyTagClassName
{
color: #D64F2F;
}
</style>
background-color css
<style>
a { background-color: #D64F2F; }
a { background-color: rgb(214,79,47); }
div.DivClassName
{
background-color: #D64F2F;
}
.BgClassName
{
background-color: #D64F2F;
}
</style>
border-color css
<style>
span { border-color: #D64F2F; }
span { border-color: rgb(214,79,47); }
td.TdClassName
{
border-color: #D64F2F;
}
.TagClassName
{
border-color: #D64F2F;
}
</style>