Shades of Trinidad #D1462C
Tints of Trinidad #D1462C
RGB
CMYK
RGB Variations
Color information
#D1462C (or 0xD1462C) is known color: Trinidad. HEX triplet: D1, 46 and 2C. RGB value is (209,70,44). Sum of RGB (Red+Green+Blue) = 209+70+44=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D1462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1462C is #2EB9D3. Grayscale: #6C6C6C. Windows color (decimal): -3062228 or 2901713. OLE color: 2901713.
HSL color Cylindrical-coordinate representation of color #D1462C: hue angle of 9.45º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1462C is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 44 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.18 |
| HSL | 9.45º | 0.65% | 0.5% | - |
| HSV(B) | 9.45º | 0.79% | 0.82% | - |
| XYZ | 28.94 | 18.12 | 4.35 | - |
| YUV | 108.6 | 91.55 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 44 | 0 | 0.67 | 0.79 | 0.18 | 9.45 | 0.65 | 0.5 |
| Hex | D1 | 46 | 2C | 0 | 43 | 4F | 12 | 9 | 41 | 32 |
| Octal | 321 | 106 | 54 | 0 | 103 | 117 | 22 | 11 | 101 | 62 |
| Binary | 11010001 | 1000110 | 101100 | 0 | 1000011 | 1001111 | 10010 | 1001 | 1000001 | 110010 |
Color Harmonies of #D1462C
Complementary color
Monochromatic Colors of #D1462C
Black with #D1462C
Text Example
Text Example
White with #D1462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1462C; }
p { color: rgb(209,70,44); }
H1.HeaderClassName
{
color: #D1462C;
}
.AnyTagClassName
{
color: #D1462C;
}
</style>
background-color css
<style>
a { background-color: #D1462C; }
a { background-color: rgb(209,70,44); }
div.DivClassName
{
background-color: #D1462C;
}
.BgClassName
{
background-color: #D1462C;
}
</style>
border-color css
<style>
span { border-color: #D1462C; }
span { border-color: rgb(209,70,44); }
td.TdClassName
{
border-color: #D1462C;
}
.TagClassName
{
border-color: #D1462C;
}
</style>