Shades of Trinidad #D64F28
Tints of Trinidad #D64F28
RGB
CMYK
RGB Variations
Color information
#D64F28 (or 0xD64F28) is known color: Trinidad. HEX triplet: D6, 4F and 28. RGB value is (214,79,40). Sum of RGB (Red+Green+Blue) = 214+79+40=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F28 is #29B0D7. Grayscale: #737373. Windows color (decimal): -2732248 or 2641878. OLE color: 2641878.
HSL color Cylindrical-coordinate representation of color #D64F28: hue angle of 13.45º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D64F28 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 40 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.16 |
| HSL | 13.45º | 0.69% | 0.5% | - |
| HSV(B) | 13.45º | 0.81% | 0.84% | - |
| XYZ | 30.91 | 20.04 | 4.25 | - |
| YUV | 114.92 | 85.73 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 40 | 0 | 0.63 | 0.81 | 0.16 | 13.45 | 0.69 | 0.5 |
| Hex | D6 | 4F | 28 | 0 | 3F | 51 | 10 | D | 45 | 32 |
| Octal | 326 | 117 | 50 | 0 | 77 | 121 | 20 | 15 | 105 | 62 |
| Binary | 11010110 | 1001111 | 101000 | 0 | 111111 | 1010001 | 10000 | 1101 | 1000101 | 110010 |
Color Harmonies of #D64F28
Complementary color
Monochromatic Colors of #D64F28
Black with #D64F28
Text Example
Text Example
White with #D64F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F28; }
p { color: rgb(214,79,40); }
H1.HeaderClassName
{
color: #D64F28;
}
.AnyTagClassName
{
color: #D64F28;
}
</style>
background-color css
<style>
a { background-color: #D64F28; }
a { background-color: rgb(214,79,40); }
div.DivClassName
{
background-color: #D64F28;
}
.BgClassName
{
background-color: #D64F28;
}
</style>
border-color css
<style>
span { border-color: #D64F28; }
span { border-color: rgb(214,79,40); }
td.TdClassName
{
border-color: #D64F28;
}
.TagClassName
{
border-color: #D64F28;
}
</style>