Shades of Trinidad #D14C36
Tints of Trinidad #D14C36
RGB
CMYK
RGB Variations
Color information
#D14C36 (or 0xD14C36) is known color: Trinidad. HEX triplet: D1, 4C and 36. RGB value is (209,76,54). Sum of RGB (Red+Green+Blue) = 209+76+54=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14C36 is #2EB3C9. Grayscale: #717171. Windows color (decimal): -3060682 or 3558609. OLE color: 3558609.
HSL color Cylindrical-coordinate representation of color #D14C36: hue angle of 8.52º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D14C36 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 54 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.18 |
| HSL | 8.52º | 0.63% | 0.52% | - |
| HSV(B) | 8.52º | 0.74% | 0.82% | - |
| XYZ | 29.54 | 18.99 | 5.6 | - |
| YUV | 113.26 | 94.56 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 54 | 0 | 0.64 | 0.74 | 0.18 | 8.52 | 0.63 | 0.52 |
| Hex | D1 | 4C | 36 | 0 | 40 | 4A | 12 | 9 | 3F | 34 |
| Octal | 321 | 114 | 66 | 0 | 100 | 112 | 22 | 11 | 77 | 64 |
| Binary | 11010001 | 1001100 | 110110 | 0 | 1000000 | 1001010 | 10010 | 1001 | 111111 | 110100 |
Color Harmonies of #D14C36
Complementary color
Monochromatic Colors of #D14C36
Black with #D14C36
Text Example
Text Example
White with #D14C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14C36; }
p { color: rgb(209,76,54); }
H1.HeaderClassName
{
color: #D14C36;
}
.AnyTagClassName
{
color: #D14C36;
}
</style>
background-color css
<style>
a { background-color: #D14C36; }
a { background-color: rgb(209,76,54); }
div.DivClassName
{
background-color: #D14C36;
}
.BgClassName
{
background-color: #D14C36;
}
</style>
border-color css
<style>
span { border-color: #D14C36; }
span { border-color: rgb(209,76,54); }
td.TdClassName
{
border-color: #D14C36;
}
.TagClassName
{
border-color: #D14C36;
}
</style>