Shades of Trinidad #D64D22
Tints of Trinidad #D64D22
RGB
CMYK
RGB Variations
Color information
#D64D22 (or 0xD64D22) is known color: Trinidad. HEX triplet: D6, 4D and 22. RGB value is (214,77,34). Sum of RGB (Red+Green+Blue) = 214+77+34=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D22 is #29B2DD. Grayscale: #717171. Windows color (decimal): -2732766 or 2248150. OLE color: 2248150.
HSL color Cylindrical-coordinate representation of color #D64D22: hue angle of 14.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D64D22 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 34 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.16 |
| HSL | 14.33º | 0.73% | 0.49% | - |
| HSV(B) | 14.33º | 0.84% | 0.84% | - |
| XYZ | 30.67 | 19.72 | 3.7 | - |
| YUV | 113.06 | 83.39 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 34 | 0 | 0.64 | 0.84 | 0.16 | 14.33 | 0.73 | 0.49 |
| Hex | D6 | 4D | 22 | 0 | 40 | 54 | 10 | E | 49 | 31 |
| Octal | 326 | 115 | 42 | 0 | 100 | 124 | 20 | 16 | 111 | 61 |
| Binary | 11010110 | 1001101 | 100010 | 0 | 1000000 | 1010100 | 10000 | 1110 | 1001001 | 110001 |
Color Harmonies of #D64D22
Complementary color
Monochromatic Colors of #D64D22
Black with #D64D22
Text Example
Text Example
White with #D64D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D22; }
p { color: rgb(214,77,34); }
H1.HeaderClassName
{
color: #D64D22;
}
.AnyTagClassName
{
color: #D64D22;
}
</style>
background-color css
<style>
a { background-color: #D64D22; }
a { background-color: rgb(214,77,34); }
div.DivClassName
{
background-color: #D64D22;
}
.BgClassName
{
background-color: #D64D22;
}
</style>
border-color css
<style>
span { border-color: #D64D22; }
span { border-color: rgb(214,77,34); }
td.TdClassName
{
border-color: #D64D22;
}
.TagClassName
{
border-color: #D64D22;
}
</style>