Shades of Trinidad #D1462F
Tints of Trinidad #D1462F
RGB
CMYK
RGB Variations
Color information
#D1462F (or 0xD1462F) is known color: Trinidad. HEX triplet: D1, 46 and 2F. RGB value is (209,70,47). Sum of RGB (Red+Green+Blue) = 209+70+47=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D1462F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1462F is #2EB9D0. Grayscale: #6D6D6D. Windows color (decimal): -3062225 or 3098321. OLE color: 3098321.
HSL color Cylindrical-coordinate representation of color #D1462F: hue angle of 8.52º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1462F is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 47 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.18 |
| HSL | 8.52º | 0.64% | 0.5% | - |
| HSV(B) | 8.52º | 0.78% | 0.82% | - |
| XYZ | 29 | 18.14 | 4.66 | - |
| YUV | 108.94 | 93.05 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 47 | 0 | 0.67 | 0.78 | 0.18 | 8.52 | 0.64 | 0.5 |
| Hex | D1 | 46 | 2F | 0 | 43 | 4E | 12 | 9 | 40 | 32 |
| Octal | 321 | 106 | 57 | 0 | 103 | 116 | 22 | 11 | 100 | 62 |
| Binary | 11010001 | 1000110 | 101111 | 0 | 1000011 | 1001110 | 10010 | 1001 | 1000000 | 110010 |
Color Harmonies of #D1462F
Complementary color
Monochromatic Colors of #D1462F
Black with #D1462F
Text Example
Text Example
White with #D1462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1462F; }
p { color: rgb(209,70,47); }
H1.HeaderClassName
{
color: #D1462F;
}
.AnyTagClassName
{
color: #D1462F;
}
</style>
background-color css
<style>
a { background-color: #D1462F; }
a { background-color: rgb(209,70,47); }
div.DivClassName
{
background-color: #D1462F;
}
.BgClassName
{
background-color: #D1462F;
}
</style>
border-color css
<style>
span { border-color: #D1462F; }
span { border-color: rgb(209,70,47); }
td.TdClassName
{
border-color: #D1462F;
}
.TagClassName
{
border-color: #D1462F;
}
</style>