Shades of Trinidad #D64921
Tints of Trinidad #D64921
RGB
CMYK
RGB Variations
Color information
#D64921 (or 0xD64921) is known color: Trinidad. HEX triplet: D6, 49 and 21. RGB value is (214,73,33). Sum of RGB (Red+Green+Blue) = 214+73+33=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D64921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64921 is #29B6DE. Grayscale: #6E6E6E. Windows color (decimal): -2733791 or 2181590. OLE color: 2181590.
HSL color Cylindrical-coordinate representation of color #D64921: hue angle of 13.26º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D64921 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 33 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.16 |
| HSL | 13.26º | 0.73% | 0.48% | - |
| HSV(B) | 13.26º | 0.85% | 0.84% | - |
| XYZ | 30.39 | 19.17 | 3.54 | - |
| YUV | 110.6 | 84.21 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 33 | 0 | 0.66 | 0.85 | 0.16 | 13.26 | 0.73 | 0.48 |
| Hex | D6 | 49 | 21 | 0 | 42 | 55 | 10 | D | 49 | 30 |
| Octal | 326 | 111 | 41 | 0 | 102 | 125 | 20 | 15 | 111 | 60 |
| Binary | 11010110 | 1001001 | 100001 | 0 | 1000010 | 1010101 | 10000 | 1101 | 1001001 | 110000 |
Color Harmonies of #D64921
Complementary color
Monochromatic Colors of #D64921
Black with #D64921
Text Example
Text Example
White with #D64921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64921; }
p { color: rgb(214,73,33); }
H1.HeaderClassName
{
color: #D64921;
}
.AnyTagClassName
{
color: #D64921;
}
</style>
background-color css
<style>
a { background-color: #D64921; }
a { background-color: rgb(214,73,33); }
div.DivClassName
{
background-color: #D64921;
}
.BgClassName
{
background-color: #D64921;
}
</style>
border-color css
<style>
span { border-color: #D64921; }
span { border-color: rgb(214,73,33); }
td.TdClassName
{
border-color: #D64921;
}
.TagClassName
{
border-color: #D64921;
}
</style>