Shades of Trinidad #D64B20
Tints of Trinidad #D64B20
RGB
CMYK
RGB Variations
Color information
#D64B20 (or 0xD64B20) is known color: Trinidad. HEX triplet: D6, 4B and 20. RGB value is (214,75,32). Sum of RGB (Red+Green+Blue) = 214+75+32=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64B20 is #29B4DF. Grayscale: #6F6F6F. Windows color (decimal): -2733280 or 2116566. OLE color: 2116566.
HSL color Cylindrical-coordinate representation of color #D64B20: hue angle of 14.18º degrees, saturation: 0.74, 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 #D64B20 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 32 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.16 |
| HSL | 14.18º | 0.74% | 0.48% | - |
| HSV(B) | 14.18º | 0.85% | 0.84% | - |
| XYZ | 30.51 | 19.43 | 3.51 | - |
| YUV | 111.66 | 83.05 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 32 | 0 | 0.65 | 0.85 | 0.16 | 14.18 | 0.74 | 0.48 |
| Hex | D6 | 4B | 20 | 0 | 41 | 55 | 10 | E | 4A | 30 |
| Octal | 326 | 113 | 40 | 0 | 101 | 125 | 20 | 16 | 112 | 60 |
| Binary | 11010110 | 1001011 | 100000 | 0 | 1000001 | 1010101 | 10000 | 1110 | 1001010 | 110000 |
Color Harmonies of #D64B20
Complementary color
Monochromatic Colors of #D64B20
Black with #D64B20
Text Example
Text Example
White with #D64B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B20; }
p { color: rgb(214,75,32); }
H1.HeaderClassName
{
color: #D64B20;
}
.AnyTagClassName
{
color: #D64B20;
}
</style>
background-color css
<style>
a { background-color: #D64B20; }
a { background-color: rgb(214,75,32); }
div.DivClassName
{
background-color: #D64B20;
}
.BgClassName
{
background-color: #D64B20;
}
</style>
border-color css
<style>
span { border-color: #D64B20; }
span { border-color: rgb(214,75,32); }
td.TdClassName
{
border-color: #D64B20;
}
.TagClassName
{
border-color: #D64B20;
}
</style>