Shades of Trinidad #D1473B
Tints of Trinidad #D1473B
RGB
CMYK
RGB Variations
Color information
#D1473B (or 0xD1473B) is known color: Trinidad. HEX triplet: D1, 47 and 3B. RGB value is (209,71,59). Sum of RGB (Red+Green+Blue) = 209+71+59=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1473B is #2EB8C4. Grayscale: #6F6F6F. Windows color (decimal): -3061957 or 3885009. OLE color: 3885009.
HSL color Cylindrical-coordinate representation of color #D1473B: hue angle of 4.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1473B is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 59 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.18 |
| HSL | 4.8º | 0.62% | 0.53% | - |
| HSV(B) | 4.8º | 0.72% | 0.82% | - |
| XYZ | 29.34 | 18.38 | 6.14 | - |
| YUV | 110.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 59 | 0 | 0.66 | 0.72 | 0.18 | 4.8 | 0.62 | 0.53 |
| Hex | D1 | 47 | 3B | 0 | 42 | 48 | 12 | 5 | 3E | 35 |
| Octal | 321 | 107 | 73 | 0 | 102 | 110 | 22 | 5 | 76 | 65 |
| Binary | 11010001 | 1000111 | 111011 | 0 | 1000010 | 1001000 | 10010 | 101 | 111110 | 110101 |
Color Harmonies of #D1473B
Complementary color
Monochromatic Colors of #D1473B
Black with #D1473B
Text Example
Text Example
White with #D1473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1473B; }
p { color: rgb(209,71,59); }
H1.HeaderClassName
{
color: #D1473B;
}
.AnyTagClassName
{
color: #D1473B;
}
</style>
background-color css
<style>
a { background-color: #D1473B; }
a { background-color: rgb(209,71,59); }
div.DivClassName
{
background-color: #D1473B;
}
.BgClassName
{
background-color: #D1473B;
}
</style>
border-color css
<style>
span { border-color: #D1473B; }
span { border-color: rgb(209,71,59); }
td.TdClassName
{
border-color: #D1473B;
}
.TagClassName
{
border-color: #D1473B;
}
</style>