Shades of Trinidad #D64C27
Tints of Trinidad #D64C27
RGB
CMYK
RGB Variations
Color information
#D64C27 (or 0xD64C27) is known color: Trinidad. HEX triplet: D6, 4C and 27. RGB value is (214,76,39). Sum of RGB (Red+Green+Blue) = 214+76+39=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64C27 is #29B3D8. Grayscale: #717171. Windows color (decimal): -2733017 or 2575574. OLE color: 2575574.
HSL color Cylindrical-coordinate representation of color #D64C27: hue angle of 12.69º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D64C27 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 39 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.16 |
| HSL | 12.69º | 0.69% | 0.5% | - |
| HSV(B) | 12.69º | 0.82% | 0.84% | - |
| XYZ | 30.68 | 19.61 | 4.09 | - |
| YUV | 113.04 | 86.22 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 39 | 0 | 0.64 | 0.82 | 0.16 | 12.69 | 0.69 | 0.5 |
| Hex | D6 | 4C | 27 | 0 | 40 | 52 | 10 | D | 45 | 32 |
| Octal | 326 | 114 | 47 | 0 | 100 | 122 | 20 | 15 | 105 | 62 |
| Binary | 11010110 | 1001100 | 100111 | 0 | 1000000 | 1010010 | 10000 | 1101 | 1000101 | 110010 |
Color Harmonies of #D64C27
Complementary color
Monochromatic Colors of #D64C27
Black with #D64C27
Text Example
Text Example
White with #D64C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C27; }
p { color: rgb(214,76,39); }
H1.HeaderClassName
{
color: #D64C27;
}
.AnyTagClassName
{
color: #D64C27;
}
</style>
background-color css
<style>
a { background-color: #D64C27; }
a { background-color: rgb(214,76,39); }
div.DivClassName
{
background-color: #D64C27;
}
.BgClassName
{
background-color: #D64C27;
}
</style>
border-color css
<style>
span { border-color: #D64C27; }
span { border-color: rgb(214,76,39); }
td.TdClassName
{
border-color: #D64C27;
}
.TagClassName
{
border-color: #D64C27;
}
</style>