Shades of Trinidad #D64F34
Tints of Trinidad #D64F34
RGB
CMYK
RGB Variations
Color information
#D64F34 (or 0xD64F34) is known color: Trinidad. HEX triplet: D6, 4F and 34. RGB value is (214,79,52). Sum of RGB (Red+Green+Blue) = 214+79+52=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F34 is #29B0CB. Grayscale: #747474. Windows color (decimal): -2732236 or 3428310. OLE color: 3428310.
HSL color Cylindrical-coordinate representation of color #D64F34: hue angle of 10º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D64F34 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 52 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.16 |
| HSL | 10º | 0.66% | 0.52% | - |
| HSV(B) | 10º | 0.76% | 0.84% | - |
| XYZ | 31.15 | 20.14 | 5.49 | - |
| YUV | 116.29 | 91.73 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 52 | 0 | 0.63 | 0.76 | 0.16 | 10 | 0.66 | 0.52 |
| Hex | D6 | 4F | 34 | 0 | 3F | 4C | 10 | A | 42 | 34 |
| Octal | 326 | 117 | 64 | 0 | 77 | 114 | 20 | 12 | 102 | 64 |
| Binary | 11010110 | 1001111 | 110100 | 0 | 111111 | 1001100 | 10000 | 1010 | 1000010 | 110100 |
Color Harmonies of #D64F34
Complementary color
Monochromatic Colors of #D64F34
Black with #D64F34
Text Example
Text Example
White with #D64F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F34; }
p { color: rgb(214,79,52); }
H1.HeaderClassName
{
color: #D64F34;
}
.AnyTagClassName
{
color: #D64F34;
}
</style>
background-color css
<style>
a { background-color: #D64F34; }
a { background-color: rgb(214,79,52); }
div.DivClassName
{
background-color: #D64F34;
}
.BgClassName
{
background-color: #D64F34;
}
</style>
border-color css
<style>
span { border-color: #D64F34; }
span { border-color: rgb(214,79,52); }
td.TdClassName
{
border-color: #D64F34;
}
.TagClassName
{
border-color: #D64F34;
}
</style>