Shades of Trinidad #D64A23
Tints of Trinidad #D64A23
RGB
CMYK
RGB Variations
Color information
#D64A23 (or 0xD64A23) is known color: Trinidad. HEX triplet: D6, 4A and 23. RGB value is (214,74,35). Sum of RGB (Red+Green+Blue) = 214+74+35=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A23 is #29B5DC. Grayscale: #6F6F6F. Windows color (decimal): -2733533 or 2312918. OLE color: 2312918.
HSL color Cylindrical-coordinate representation of color #D64A23: hue angle of 13.07º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D64A23 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 35 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.16 |
| HSL | 13.07º | 0.72% | 0.49% | - |
| HSV(B) | 13.07º | 0.84% | 0.84% | - |
| XYZ | 30.48 | 19.32 | 3.71 | - |
| YUV | 111.41 | 84.88 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 35 | 0 | 0.65 | 0.84 | 0.16 | 13.07 | 0.72 | 0.49 |
| Hex | D6 | 4A | 23 | 0 | 41 | 54 | 10 | D | 48 | 31 |
| Octal | 326 | 112 | 43 | 0 | 101 | 124 | 20 | 15 | 110 | 61 |
| Binary | 11010110 | 1001010 | 100011 | 0 | 1000001 | 1010100 | 10000 | 1101 | 1001000 | 110001 |
Color Harmonies of #D64A23
Complementary color
Monochromatic Colors of #D64A23
Black with #D64A23
Text Example
Text Example
White with #D64A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A23; }
p { color: rgb(214,74,35); }
H1.HeaderClassName
{
color: #D64A23;
}
.AnyTagClassName
{
color: #D64A23;
}
</style>
background-color css
<style>
a { background-color: #D64A23; }
a { background-color: rgb(214,74,35); }
div.DivClassName
{
background-color: #D64A23;
}
.BgClassName
{
background-color: #D64A23;
}
</style>
border-color css
<style>
span { border-color: #D64A23; }
span { border-color: rgb(214,74,35); }
td.TdClassName
{
border-color: #D64A23;
}
.TagClassName
{
border-color: #D64A23;
}
</style>