Shades of Trinidad #D1473A
Tints of Trinidad #D1473A
RGB
CMYK
RGB Variations
Color information
#D1473A (or 0xD1473A) is known color: Trinidad. HEX triplet: D1, 47 and 3A. RGB value is (209,71,58). Sum of RGB (Red+Green+Blue) = 209+71+58=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1473A is #2EB8C5. Grayscale: #6E6E6E. Windows color (decimal): -3061958 or 3819473. OLE color: 3819473.
HSL color Cylindrical-coordinate representation of color #D1473A: hue angle of 5.17º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1473A is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 58 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.18 |
| HSL | 5.17º | 0.62% | 0.52% | - |
| HSV(B) | 5.17º | 0.72% | 0.82% | - |
| XYZ | 29.31 | 18.37 | 6 | - |
| YUV | 110.78 | 98.22 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 58 | 0 | 0.66 | 0.72 | 0.18 | 5.17 | 0.62 | 0.52 |
| Hex | D1 | 47 | 3A | 0 | 42 | 48 | 12 | 5 | 3E | 34 |
| Octal | 321 | 107 | 72 | 0 | 102 | 110 | 22 | 5 | 76 | 64 |
| Binary | 11010001 | 1000111 | 111010 | 0 | 1000010 | 1001000 | 10010 | 101 | 111110 | 110100 |
Color Harmonies of #D1473A
Complementary color
Monochromatic Colors of #D1473A
Black with #D1473A
Text Example
Text Example
White with #D1473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1473A; }
p { color: rgb(209,71,58); }
H1.HeaderClassName
{
color: #D1473A;
}
.AnyTagClassName
{
color: #D1473A;
}
</style>
background-color css
<style>
a { background-color: #D1473A; }
a { background-color: rgb(209,71,58); }
div.DivClassName
{
background-color: #D1473A;
}
.BgClassName
{
background-color: #D1473A;
}
</style>
border-color css
<style>
span { border-color: #D1473A; }
span { border-color: rgb(209,71,58); }
td.TdClassName
{
border-color: #D1473A;
}
.TagClassName
{
border-color: #D1473A;
}
</style>