Shades of Trinidad #D64C31
Tints of Trinidad #D64C31
RGB
CMYK
RGB Variations
Color information
#D64C31 (or 0xD64C31) is known color: Trinidad. HEX triplet: D6, 4C and 31. RGB value is (214,76,49). Sum of RGB (Red+Green+Blue) = 214+76+49=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64C31 is #29B3CE. Grayscale: #727272. Windows color (decimal): -2733007 or 3230934. OLE color: 3230934.
HSL color Cylindrical-coordinate representation of color #D64C31: hue angle of 9.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D64C31 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 49 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.16 |
| HSL | 9.82º | 0.67% | 0.52% | - |
| HSV(B) | 9.82º | 0.77% | 0.84% | - |
| XYZ | 30.87 | 19.69 | 5.08 | - |
| YUV | 114.18 | 91.22 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 49 | 0 | 0.64 | 0.77 | 0.16 | 9.82 | 0.67 | 0.52 |
| Hex | D6 | 4C | 31 | 0 | 40 | 4D | 10 | A | 43 | 34 |
| Octal | 326 | 114 | 61 | 0 | 100 | 115 | 20 | 12 | 103 | 64 |
| Binary | 11010110 | 1001100 | 110001 | 0 | 1000000 | 1001101 | 10000 | 1010 | 1000011 | 110100 |
Color Harmonies of #D64C31
Complementary color
Monochromatic Colors of #D64C31
Black with #D64C31
Text Example
Text Example
White with #D64C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C31; }
p { color: rgb(214,76,49); }
H1.HeaderClassName
{
color: #D64C31;
}
.AnyTagClassName
{
color: #D64C31;
}
</style>
background-color css
<style>
a { background-color: #D64C31; }
a { background-color: rgb(214,76,49); }
div.DivClassName
{
background-color: #D64C31;
}
.BgClassName
{
background-color: #D64C31;
}
</style>
border-color css
<style>
span { border-color: #D64C31; }
span { border-color: rgb(214,76,49); }
td.TdClassName
{
border-color: #D64C31;
}
.TagClassName
{
border-color: #D64C31;
}
</style>