Shades of Trinidad #D64A29
Tints of Trinidad #D64A29
RGB
CMYK
RGB Variations
Color information
#D64A29 (or 0xD64A29) is known color: Trinidad. HEX triplet: D6, 4A and 29. RGB value is (214,74,41). Sum of RGB (Red+Green+Blue) = 214+74+41=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A29 is #29B5D6. Grayscale: #707070. Windows color (decimal): -2733527 or 2706134. OLE color: 2706134.
HSL color Cylindrical-coordinate representation of color #D64A29: hue angle of 11.45º 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 #D64A29 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 41 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.16 |
| HSL | 11.45º | 0.68% | 0.5% | - |
| HSV(B) | 11.45º | 0.81% | 0.84% | - |
| XYZ | 30.58 | 19.35 | 4.22 | - |
| YUV | 112.1 | 87.88 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 41 | 0 | 0.65 | 0.81 | 0.16 | 11.45 | 0.68 | 0.5 |
| Hex | D6 | 4A | 29 | 0 | 41 | 51 | 10 | B | 44 | 32 |
| Octal | 326 | 112 | 51 | 0 | 101 | 121 | 20 | 13 | 104 | 62 |
| Binary | 11010110 | 1001010 | 101001 | 0 | 1000001 | 1010001 | 10000 | 1011 | 1000100 | 110010 |
Color Harmonies of #D64A29
Complementary color
Monochromatic Colors of #D64A29
Black with #D64A29
Text Example
Text Example
White with #D64A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A29; }
p { color: rgb(214,74,41); }
H1.HeaderClassName
{
color: #D64A29;
}
.AnyTagClassName
{
color: #D64A29;
}
</style>
background-color css
<style>
a { background-color: #D64A29; }
a { background-color: rgb(214,74,41); }
div.DivClassName
{
background-color: #D64A29;
}
.BgClassName
{
background-color: #D64A29;
}
</style>
border-color css
<style>
span { border-color: #D64A29; }
span { border-color: rgb(214,74,41); }
td.TdClassName
{
border-color: #D64A29;
}
.TagClassName
{
border-color: #D64A29;
}
</style>