Shades of Trinidad #D14839
Tints of Trinidad #D14839
RGB
CMYK
RGB Variations
Color information
#D14839 (or 0xD14839) is known color: Trinidad. HEX triplet: D1, 48 and 39. RGB value is (209,72,57). Sum of RGB (Red+Green+Blue) = 209+72+57=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D14839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14839 is #2EB7C6. Grayscale: #6F6F6F. Windows color (decimal): -3061703 or 3754193. OLE color: 3754193.
HSL color Cylindrical-coordinate representation of color #D14839: hue angle of 5.92º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D14839 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 57 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.18 |
| HSL | 5.92º | 0.62% | 0.52% | - |
| HSV(B) | 5.92º | 0.73% | 0.82% | - |
| XYZ | 29.35 | 18.49 | 5.89 | - |
| YUV | 111.25 | 97.39 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 57 | 0 | 0.66 | 0.73 | 0.18 | 5.92 | 0.62 | 0.52 |
| Hex | D1 | 48 | 39 | 0 | 42 | 49 | 12 | 6 | 3E | 34 |
| Octal | 321 | 110 | 71 | 0 | 102 | 111 | 22 | 6 | 76 | 64 |
| Binary | 11010001 | 1001000 | 111001 | 0 | 1000010 | 1001001 | 10010 | 110 | 111110 | 110100 |
Color Harmonies of #D14839
Complementary color
Monochromatic Colors of #D14839
Black with #D14839
Text Example
Text Example
White with #D14839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14839; }
p { color: rgb(209,72,57); }
H1.HeaderClassName
{
color: #D14839;
}
.AnyTagClassName
{
color: #D14839;
}
</style>
background-color css
<style>
a { background-color: #D14839; }
a { background-color: rgb(209,72,57); }
div.DivClassName
{
background-color: #D14839;
}
.BgClassName
{
background-color: #D14839;
}
</style>
border-color css
<style>
span { border-color: #D14839; }
span { border-color: rgb(209,72,57); }
td.TdClassName
{
border-color: #D14839;
}
.TagClassName
{
border-color: #D14839;
}
</style>