Shades of Trinidad #D14924
Tints of Trinidad #D14924
RGB
CMYK
RGB Variations
Color information
#D14924 (or 0xD14924) is known color: Trinidad. HEX triplet: D1, 49 and 24. RGB value is (209,73,36). Sum of RGB (Red+Green+Blue) = 209+73+36=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D14924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14924 is #2EB6DB. Grayscale: #6D6D6D. Windows color (decimal): -3061468 or 2378193. OLE color: 2378193.
HSL color Cylindrical-coordinate representation of color #D14924: hue angle of 12.83º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D14924 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 36 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.18 |
| HSL | 12.83º | 0.71% | 0.48% | - |
| HSV(B) | 12.83º | 0.83% | 0.82% | - |
| XYZ | 29 | 18.45 | 3.7 | - |
| YUV | 109.45 | 86.56 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 36 | 0 | 0.65 | 0.83 | 0.18 | 12.83 | 0.71 | 0.48 |
| Hex | D1 | 49 | 24 | 0 | 41 | 53 | 12 | D | 47 | 30 |
| Octal | 321 | 111 | 44 | 0 | 101 | 123 | 22 | 15 | 107 | 60 |
| Binary | 11010001 | 1001001 | 100100 | 0 | 1000001 | 1010011 | 10010 | 1101 | 1000111 | 110000 |
Color Harmonies of #D14924
Complementary color
Monochromatic Colors of #D14924
Black with #D14924
Text Example
Text Example
White with #D14924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14924; }
p { color: rgb(209,73,36); }
H1.HeaderClassName
{
color: #D14924;
}
.AnyTagClassName
{
color: #D14924;
}
</style>
background-color css
<style>
a { background-color: #D14924; }
a { background-color: rgb(209,73,36); }
div.DivClassName
{
background-color: #D14924;
}
.BgClassName
{
background-color: #D14924;
}
</style>
border-color css
<style>
span { border-color: #D14924; }
span { border-color: rgb(209,73,36); }
td.TdClassName
{
border-color: #D14924;
}
.TagClassName
{
border-color: #D14924;
}
</style>