Shades of Trinidad #D2462C
Tints of Trinidad #D2462C
RGB
CMYK
RGB Variations
Color information
#D2462C (or 0xD2462C) is known color: Trinidad. HEX triplet: D2, 46 and 2C. RGB value is (210,70,44). Sum of RGB (Red+Green+Blue) = 210+70+44=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2462C is #2DB9D3. Grayscale: #6D6D6D. Windows color (decimal): -2996692 or 2901714. OLE color: 2901714.
HSL color Cylindrical-coordinate representation of color #D2462C: hue angle of 9.4º 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 #D2462C is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 44 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.18 |
| HSL | 9.4º | 0.65% | 0.5% | - |
| HSV(B) | 9.4º | 0.79% | 0.82% | - |
| XYZ | 29.22 | 18.26 | 4.37 | - |
| YUV | 108.9 | 91.38 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 44 | 0 | 0.67 | 0.79 | 0.18 | 9.4 | 0.65 | 0.5 |
| Hex | D2 | 46 | 2C | 0 | 43 | 4F | 12 | 9 | 41 | 32 |
| Octal | 322 | 106 | 54 | 0 | 103 | 117 | 22 | 11 | 101 | 62 |
| Binary | 11010010 | 1000110 | 101100 | 0 | 1000011 | 1001111 | 10010 | 1001 | 1000001 | 110010 |
Color Harmonies of #D2462C
Complementary color
Monochromatic Colors of #D2462C
Black with #D2462C
Text Example
Text Example
White with #D2462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2462C; }
p { color: rgb(210,70,44); }
H1.HeaderClassName
{
color: #D2462C;
}
.AnyTagClassName
{
color: #D2462C;
}
</style>
background-color css
<style>
a { background-color: #D2462C; }
a { background-color: rgb(210,70,44); }
div.DivClassName
{
background-color: #D2462C;
}
.BgClassName
{
background-color: #D2462C;
}
</style>
border-color css
<style>
span { border-color: #D2462C; }
span { border-color: rgb(210,70,44); }
td.TdClassName
{
border-color: #D2462C;
}
.TagClassName
{
border-color: #D2462C;
}
</style>