Shades of Trinidad #D14C33
Tints of Trinidad #D14C33
RGB
CMYK
RGB Variations
Color information
#D14C33 (or 0xD14C33) is known color: Trinidad. HEX triplet: D1, 4C and 33. RGB value is (209,76,51). Sum of RGB (Red+Green+Blue) = 209+76+51=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14C33 is #2EB3CC. Grayscale: #717171. Windows color (decimal): -3060685 or 3362001. OLE color: 3362001.
HSL color Cylindrical-coordinate representation of color #D14C33: hue angle of 9.49º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D14C33 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 51 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.18 |
| HSL | 9.49º | 0.63% | 0.51% | - |
| HSV(B) | 9.49º | 0.76% | 0.82% | - |
| XYZ | 29.48 | 18.96 | 5.24 | - |
| YUV | 112.92 | 93.06 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 51 | 0 | 0.64 | 0.76 | 0.18 | 9.49 | 0.63 | 0.51 |
| Hex | D1 | 4C | 33 | 0 | 40 | 4C | 12 | 9 | 3F | 33 |
| Octal | 321 | 114 | 63 | 0 | 100 | 114 | 22 | 11 | 77 | 63 |
| Binary | 11010001 | 1001100 | 110011 | 0 | 1000000 | 1001100 | 10010 | 1001 | 111111 | 110011 |
Color Harmonies of #D14C33
Complementary color
Monochromatic Colors of #D14C33
Black with #D14C33
Text Example
Text Example
White with #D14C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14C33; }
p { color: rgb(209,76,51); }
H1.HeaderClassName
{
color: #D14C33;
}
.AnyTagClassName
{
color: #D14C33;
}
</style>
background-color css
<style>
a { background-color: #D14C33; }
a { background-color: rgb(209,76,51); }
div.DivClassName
{
background-color: #D14C33;
}
.BgClassName
{
background-color: #D14C33;
}
</style>
border-color css
<style>
span { border-color: #D14C33; }
span { border-color: rgb(209,76,51); }
td.TdClassName
{
border-color: #D14C33;
}
.TagClassName
{
border-color: #D14C33;
}
</style>