Shades of Trinidad #D64D33
Tints of Trinidad #D64D33
RGB
CMYK
RGB Variations
Color information
#D64D33 (or 0xD64D33) is known color: Trinidad. HEX triplet: D6, 4D and 33. RGB value is (214,77,51). Sum of RGB (Red+Green+Blue) = 214+77+51=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D33 is #29B2CC. Grayscale: #737373. Windows color (decimal): -2732749 or 3362262. OLE color: 3362262.
HSL color Cylindrical-coordinate representation of color #D64D33: hue angle of 9.57º degrees, saturation: 0.67, 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 #D64D33 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 51 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.16 |
| HSL | 9.57º | 0.67% | 0.52% | - |
| HSV(B) | 9.57º | 0.76% | 0.84% | - |
| XYZ | 30.98 | 19.84 | 5.33 | - |
| YUV | 115 | 91.89 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 51 | 0 | 0.64 | 0.76 | 0.16 | 9.57 | 0.67 | 0.52 |
| Hex | D6 | 4D | 33 | 0 | 40 | 4C | 10 | A | 43 | 34 |
| Octal | 326 | 115 | 63 | 0 | 100 | 114 | 20 | 12 | 103 | 64 |
| Binary | 11010110 | 1001101 | 110011 | 0 | 1000000 | 1001100 | 10000 | 1010 | 1000011 | 110100 |
Color Harmonies of #D64D33
Complementary color
Monochromatic Colors of #D64D33
Black with #D64D33
Text Example
Text Example
White with #D64D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D33; }
p { color: rgb(214,77,51); }
H1.HeaderClassName
{
color: #D64D33;
}
.AnyTagClassName
{
color: #D64D33;
}
</style>
background-color css
<style>
a { background-color: #D64D33; }
a { background-color: rgb(214,77,51); }
div.DivClassName
{
background-color: #D64D33;
}
.BgClassName
{
background-color: #D64D33;
}
</style>
border-color css
<style>
span { border-color: #D64D33; }
span { border-color: rgb(214,77,51); }
td.TdClassName
{
border-color: #D64D33;
}
.TagClassName
{
border-color: #D64D33;
}
</style>