Shades of Trinidad #D14F33
Tints of Trinidad #D14F33
RGB
CMYK
RGB Variations
Color information
#D14F33 (or 0xD14F33) is known color: Trinidad. HEX triplet: D1, 4F and 33. RGB value is (209,79,51). Sum of RGB (Red+Green+Blue) = 209+79+51=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F33 is #2EB0CC. Grayscale: #727272. Windows color (decimal): -3059917 or 3362769. OLE color: 3362769.
HSL color Cylindrical-coordinate representation of color #D14F33: hue angle of 10.63º 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 #D14F33 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 51 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.18 |
| HSL | 10.63º | 0.63% | 0.51% | - |
| HSV(B) | 10.63º | 0.76% | 0.82% | - |
| XYZ | 29.69 | 19.39 | 5.31 | - |
| YUV | 114.68 | 92.07 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 51 | 0 | 0.62 | 0.76 | 0.18 | 10.63 | 0.63 | 0.51 |
| Hex | D1 | 4F | 33 | 0 | 3E | 4C | 12 | B | 3F | 33 |
| Octal | 321 | 117 | 63 | 0 | 76 | 114 | 22 | 13 | 77 | 63 |
| Binary | 11010001 | 1001111 | 110011 | 0 | 111110 | 1001100 | 10010 | 1011 | 111111 | 110011 |
Color Harmonies of #D14F33
Complementary color
Monochromatic Colors of #D14F33
Black with #D14F33
Text Example
Text Example
White with #D14F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F33; }
p { color: rgb(209,79,51); }
H1.HeaderClassName
{
color: #D14F33;
}
.AnyTagClassName
{
color: #D14F33;
}
</style>
background-color css
<style>
a { background-color: #D14F33; }
a { background-color: rgb(209,79,51); }
div.DivClassName
{
background-color: #D14F33;
}
.BgClassName
{
background-color: #D14F33;
}
</style>
border-color css
<style>
span { border-color: #D14F33; }
span { border-color: rgb(209,79,51); }
td.TdClassName
{
border-color: #D14F33;
}
.TagClassName
{
border-color: #D14F33;
}
</style>