Shades of Trinidad #D14F21
Tints of Trinidad #D14F21
RGB
CMYK
RGB Variations
Color information
#D14F21 (or 0xD14F21) is known color: Trinidad. HEX triplet: D1, 4F and 21. RGB value is (209,79,33). Sum of RGB (Red+Green+Blue) = 209+79+33=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F21 is #2EB0DE. Grayscale: #707070. Windows color (decimal): -3059935 or 2183121. OLE color: 2183121.
HSL color Cylindrical-coordinate representation of color #D14F21: hue angle of 15.68º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D14F21 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 33 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.18 |
| HSL | 15.68º | 0.73% | 0.47% | - |
| HSV(B) | 15.68º | 0.84% | 0.82% | - |
| XYZ | 29.36 | 19.26 | 3.61 | - |
| YUV | 112.63 | 83.07 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 33 | 0 | 0.62 | 0.84 | 0.18 | 15.68 | 0.73 | 0.47 |
| Hex | D1 | 4F | 21 | 0 | 3E | 54 | 12 | 10 | 49 | 2F |
| Octal | 321 | 117 | 41 | 0 | 76 | 124 | 22 | 20 | 111 | 57 |
| Binary | 11010001 | 1001111 | 100001 | 0 | 111110 | 1010100 | 10010 | 10000 | 1001001 | 101111 |
Color Harmonies of #D14F21
Complementary color
Monochromatic Colors of #D14F21
Black with #D14F21
Text Example
Text Example
White with #D14F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F21; }
p { color: rgb(209,79,33); }
H1.HeaderClassName
{
color: #D14F21;
}
.AnyTagClassName
{
color: #D14F21;
}
</style>
background-color css
<style>
a { background-color: #D14F21; }
a { background-color: rgb(209,79,33); }
div.DivClassName
{
background-color: #D14F21;
}
.BgClassName
{
background-color: #D14F21;
}
</style>
border-color css
<style>
span { border-color: #D14F21; }
span { border-color: rgb(209,79,33); }
td.TdClassName
{
border-color: #D14F21;
}
.TagClassName
{
border-color: #D14F21;
}
</style>