Shades of Trinidad #D14C32
Tints of Trinidad #D14C32
RGB
CMYK
RGB Variations
Color information
#D14C32 (or 0xD14C32) is known color: Trinidad. HEX triplet: D1, 4C and 32. RGB value is (209,76,50). Sum of RGB (Red+Green+Blue) = 209+76+50=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14C32 is #2EB3CD. Grayscale: #717171. Windows color (decimal): -3060686 or 3296465. OLE color: 3296465.
HSL color Cylindrical-coordinate representation of color #D14C32: hue angle of 9.81º 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 #D14C32 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 50 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.18 |
| HSL | 9.81º | 0.63% | 0.51% | - |
| HSV(B) | 9.81º | 0.76% | 0.82% | - |
| XYZ | 29.45 | 18.95 | 5.12 | - |
| YUV | 112.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 50 | 0 | 0.64 | 0.76 | 0.18 | 9.81 | 0.63 | 0.51 |
| Hex | D1 | 4C | 32 | 0 | 40 | 4C | 12 | A | 3F | 33 |
| Octal | 321 | 114 | 62 | 0 | 100 | 114 | 22 | 12 | 77 | 63 |
| Binary | 11010001 | 1001100 | 110010 | 0 | 1000000 | 1001100 | 10010 | 1010 | 111111 | 110011 |
Color Harmonies of #D14C32
Complementary color
Monochromatic Colors of #D14C32
Black with #D14C32
Text Example
Text Example
White with #D14C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14C32; }
p { color: rgb(209,76,50); }
H1.HeaderClassName
{
color: #D14C32;
}
.AnyTagClassName
{
color: #D14C32;
}
</style>
background-color css
<style>
a { background-color: #D14C32; }
a { background-color: rgb(209,76,50); }
div.DivClassName
{
background-color: #D14C32;
}
.BgClassName
{
background-color: #D14C32;
}
</style>
border-color css
<style>
span { border-color: #D14C32; }
span { border-color: rgb(209,76,50); }
td.TdClassName
{
border-color: #D14C32;
}
.TagClassName
{
border-color: #D14C32;
}
</style>