Shades of Trinidad #D64A1F
Tints of Trinidad #D64A1F
RGB
CMYK
RGB Variations
Color information
#D64A1F (or 0xD64A1F) is known color: Trinidad. HEX triplet: D6, 4A and 1F. RGB value is (214,74,31). Sum of RGB (Red+Green+Blue) = 214+74+31=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A1F is #29B5E0. Grayscale: #6F6F6F. Windows color (decimal): -2733537 or 2050774. OLE color: 2050774.
HSL color Cylindrical-coordinate representation of color #D64A1F: hue angle of 14.1º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D64A1F is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 31 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.16 |
| HSL | 14.1º | 0.75% | 0.48% | - |
| HSV(B) | 14.1º | 0.86% | 0.84% | - |
| XYZ | 30.43 | 19.29 | 3.42 | - |
| YUV | 110.96 | 82.88 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 31 | 0 | 0.65 | 0.86 | 0.16 | 14.1 | 0.75 | 0.48 |
| Hex | D6 | 4A | 1F | 0 | 41 | 56 | 10 | E | 4B | 30 |
| Octal | 326 | 112 | 37 | 0 | 101 | 126 | 20 | 16 | 113 | 60 |
| Binary | 11010110 | 1001010 | 11111 | 0 | 1000001 | 1010110 | 10000 | 1110 | 1001011 | 110000 |
Color Harmonies of #D64A1F
Complementary color
Monochromatic Colors of #D64A1F
Black with #D64A1F
Text Example
Text Example
White with #D64A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A1F; }
p { color: rgb(214,74,31); }
H1.HeaderClassName
{
color: #D64A1F;
}
.AnyTagClassName
{
color: #D64A1F;
}
</style>
background-color css
<style>
a { background-color: #D64A1F; }
a { background-color: rgb(214,74,31); }
div.DivClassName
{
background-color: #D64A1F;
}
.BgClassName
{
background-color: #D64A1F;
}
</style>
border-color css
<style>
span { border-color: #D64A1F; }
span { border-color: rgb(214,74,31); }
td.TdClassName
{
border-color: #D64A1F;
}
.TagClassName
{
border-color: #D64A1F;
}
</style>