Shades of Trinidad #D64F32
Tints of Trinidad #D64F32
RGB
CMYK
RGB Variations
Color information
#D64F32 (or 0xD64F32) is known color: Trinidad. HEX triplet: D6, 4F and 32. RGB value is (214,79,50). Sum of RGB (Red+Green+Blue) = 214+79+50=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F32 is #29B0CD. Grayscale: #747474. Windows color (decimal): -2732238 or 3297238. OLE color: 3297238.
HSL color Cylindrical-coordinate representation of color #D64F32: hue angle of 10.61º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D64F32 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 50 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.16 |
| HSL | 10.61º | 0.67% | 0.52% | - |
| HSV(B) | 10.61º | 0.77% | 0.84% | - |
| XYZ | 31.1 | 20.12 | 5.26 | - |
| YUV | 116.06 | 90.73 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 50 | 0 | 0.63 | 0.77 | 0.16 | 10.61 | 0.67 | 0.52 |
| Hex | D6 | 4F | 32 | 0 | 3F | 4D | 10 | B | 43 | 34 |
| Octal | 326 | 117 | 62 | 0 | 77 | 115 | 20 | 13 | 103 | 64 |
| Binary | 11010110 | 1001111 | 110010 | 0 | 111111 | 1001101 | 10000 | 1011 | 1000011 | 110100 |
Color Harmonies of #D64F32
Complementary color
Monochromatic Colors of #D64F32
Black with #D64F32
Text Example
Text Example
White with #D64F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F32; }
p { color: rgb(214,79,50); }
H1.HeaderClassName
{
color: #D64F32;
}
.AnyTagClassName
{
color: #D64F32;
}
</style>
background-color css
<style>
a { background-color: #D64F32; }
a { background-color: rgb(214,79,50); }
div.DivClassName
{
background-color: #D64F32;
}
.BgClassName
{
background-color: #D64F32;
}
</style>
border-color css
<style>
span { border-color: #D64F32; }
span { border-color: rgb(214,79,50); }
td.TdClassName
{
border-color: #D64F32;
}
.TagClassName
{
border-color: #D64F32;
}
</style>