Shades of Trinidad #D64B29
Tints of Trinidad #D64B29
RGB
CMYK
RGB Variations
Color information
#D64B29 (or 0xD64B29) is known color: Trinidad. HEX triplet: D6, 4B and 29. RGB value is (214,75,41). Sum of RGB (Red+Green+Blue) = 214+75+41=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64B29 is #29B4D6. Grayscale: #707070. Windows color (decimal): -2733271 or 2706390. OLE color: 2706390.
HSL color Cylindrical-coordinate representation of color #D64B29: hue angle of 11.79º degrees, saturation: 0.68, 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 #D64B29 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 41 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.16 |
| HSL | 11.79º | 0.68% | 0.5% | - |
| HSV(B) | 11.79º | 0.81% | 0.84% | - |
| XYZ | 30.65 | 19.49 | 4.24 | - |
| YUV | 112.69 | 87.55 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 41 | 0 | 0.65 | 0.81 | 0.16 | 11.79 | 0.68 | 0.5 |
| Hex | D6 | 4B | 29 | 0 | 41 | 51 | 10 | C | 44 | 32 |
| Octal | 326 | 113 | 51 | 0 | 101 | 121 | 20 | 14 | 104 | 62 |
| Binary | 11010110 | 1001011 | 101001 | 0 | 1000001 | 1010001 | 10000 | 1100 | 1000100 | 110010 |
Color Harmonies of #D64B29
Complementary color
Monochromatic Colors of #D64B29
Black with #D64B29
Text Example
Text Example
White with #D64B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B29; }
p { color: rgb(214,75,41); }
H1.HeaderClassName
{
color: #D64B29;
}
.AnyTagClassName
{
color: #D64B29;
}
</style>
background-color css
<style>
a { background-color: #D64B29; }
a { background-color: rgb(214,75,41); }
div.DivClassName
{
background-color: #D64B29;
}
.BgClassName
{
background-color: #D64B29;
}
</style>
border-color css
<style>
span { border-color: #D64B29; }
span { border-color: rgb(214,75,41); }
td.TdClassName
{
border-color: #D64B29;
}
.TagClassName
{
border-color: #D64B29;
}
</style>