Shades of Trinidad #D14A3E
Tints of Trinidad #D14A3E
RGB
CMYK
RGB Variations
Color information
#D14A3E (or 0xD14A3E) is known color: Trinidad. HEX triplet: D1, 4A and 3E. RGB value is (209,74,62). Sum of RGB (Red+Green+Blue) = 209+74+62=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14A3E is #2EB5C1. Grayscale: #717171. Windows color (decimal): -3061186 or 4082385. OLE color: 4082385.
HSL color Cylindrical-coordinate representation of color #D14A3E: hue angle of 4.9º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D14A3E is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 62 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.18 |
| HSL | 4.9º | 0.62% | 0.53% | - |
| HSV(B) | 4.9º | 0.7% | 0.82% | - |
| XYZ | 29.61 | 18.8 | 6.63 | - |
| YUV | 113 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 62 | 0 | 0.65 | 0.70 | 0.18 | 4.9 | 0.62 | 0.53 |
| Hex | D1 | 4A | 3E | 0 | 41 | 46 | 12 | 5 | 3E | 35 |
| Octal | 321 | 112 | 76 | 0 | 101 | 106 | 22 | 5 | 76 | 65 |
| Binary | 11010001 | 1001010 | 111110 | 0 | 1000001 | 1000110 | 10010 | 101 | 111110 | 110101 |
Color Harmonies of #D14A3E
Complementary color
Monochromatic Colors of #D14A3E
Black with #D14A3E
Text Example
Text Example
White with #D14A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14A3E; }
p { color: rgb(209,74,62); }
H1.HeaderClassName
{
color: #D14A3E;
}
.AnyTagClassName
{
color: #D14A3E;
}
</style>
background-color css
<style>
a { background-color: #D14A3E; }
a { background-color: rgb(209,74,62); }
div.DivClassName
{
background-color: #D14A3E;
}
.BgClassName
{
background-color: #D14A3E;
}
</style>
border-color css
<style>
span { border-color: #D14A3E; }
span { border-color: rgb(209,74,62); }
td.TdClassName
{
border-color: #D14A3E;
}
.TagClassName
{
border-color: #D14A3E;
}
</style>