Shades of Trinidad #D64D34
Tints of Trinidad #D64D34
RGB
CMYK
RGB Variations
Color information
#D64D34 (or 0xD64D34) is known color: Trinidad. HEX triplet: D6, 4D and 34. RGB value is (214,77,52). Sum of RGB (Red+Green+Blue) = 214+77+52=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D34 is #29B2CB. Grayscale: #737373. Windows color (decimal): -2732748 or 3427798. OLE color: 3427798.
HSL color Cylindrical-coordinate representation of color #D64D34: hue angle of 9.26º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D64D34 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 52 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.16 |
| HSL | 9.26º | 0.66% | 0.52% | - |
| HSV(B) | 9.26º | 0.76% | 0.84% | - |
| XYZ | 31.01 | 19.85 | 5.45 | - |
| YUV | 115.11 | 92.39 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 52 | 0 | 0.64 | 0.76 | 0.16 | 9.26 | 0.66 | 0.52 |
| Hex | D6 | 4D | 34 | 0 | 40 | 4C | 10 | 9 | 42 | 34 |
| Octal | 326 | 115 | 64 | 0 | 100 | 114 | 20 | 11 | 102 | 64 |
| Binary | 11010110 | 1001101 | 110100 | 0 | 1000000 | 1001100 | 10000 | 1001 | 1000010 | 110100 |
Color Harmonies of #D64D34
Complementary color
Monochromatic Colors of #D64D34
Black with #D64D34
Text Example
Text Example
White with #D64D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D34; }
p { color: rgb(214,77,52); }
H1.HeaderClassName
{
color: #D64D34;
}
.AnyTagClassName
{
color: #D64D34;
}
</style>
background-color css
<style>
a { background-color: #D64D34; }
a { background-color: rgb(214,77,52); }
div.DivClassName
{
background-color: #D64D34;
}
.BgClassName
{
background-color: #D64D34;
}
</style>
border-color css
<style>
span { border-color: #D64D34; }
span { border-color: rgb(214,77,52); }
td.TdClassName
{
border-color: #D64D34;
}
.TagClassName
{
border-color: #D64D34;
}
</style>