Shades of Trinidad #D14A21
Tints of Trinidad #D14A21
RGB
CMYK
RGB Variations
Color information
#D14A21 (or 0xD14A21) is known color: Trinidad. HEX triplet: D1, 4A and 21. RGB value is (209,74,33). Sum of RGB (Red+Green+Blue) = 209+74+33=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14A21 is #2EB5DE. Grayscale: #6D6D6D. Windows color (decimal): -3061215 or 2181841. OLE color: 2181841.
HSL color Cylindrical-coordinate representation of color #D14A21: hue angle of 13.98º 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 #D14A21 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 33 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.18 |
| HSL | 13.98º | 0.73% | 0.47% | - |
| HSV(B) | 13.98º | 0.84% | 0.82% | - |
| XYZ | 29.02 | 18.56 | 3.49 | - |
| YUV | 109.69 | 84.73 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 33 | 0 | 0.65 | 0.84 | 0.18 | 13.98 | 0.73 | 0.47 |
| Hex | D1 | 4A | 21 | 0 | 41 | 54 | 12 | E | 49 | 2F |
| Octal | 321 | 112 | 41 | 0 | 101 | 124 | 22 | 16 | 111 | 57 |
| Binary | 11010001 | 1001010 | 100001 | 0 | 1000001 | 1010100 | 10010 | 1110 | 1001001 | 101111 |
Color Harmonies of #D14A21
Complementary color
Monochromatic Colors of #D14A21
Black with #D14A21
Text Example
Text Example
White with #D14A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14A21; }
p { color: rgb(209,74,33); }
H1.HeaderClassName
{
color: #D14A21;
}
.AnyTagClassName
{
color: #D14A21;
}
</style>
background-color css
<style>
a { background-color: #D14A21; }
a { background-color: rgb(209,74,33); }
div.DivClassName
{
background-color: #D14A21;
}
.BgClassName
{
background-color: #D14A21;
}
</style>
border-color css
<style>
span { border-color: #D14A21; }
span { border-color: rgb(209,74,33); }
td.TdClassName
{
border-color: #D14A21;
}
.TagClassName
{
border-color: #D14A21;
}
</style>