Shades of Trinidad #D1492D
Tints of Trinidad #D1492D
RGB
CMYK
RGB Variations
Color information
#D1492D (or 0xD1492D) is known color: Trinidad. HEX triplet: D1, 49 and 2D. RGB value is (209,73,45). Sum of RGB (Red+Green+Blue) = 209+73+45=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D1492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1492D is #2EB6D2. Grayscale: #6E6E6E. Windows color (decimal): -3061459 or 2968017. OLE color: 2968017.
HSL color Cylindrical-coordinate representation of color #D1492D: hue angle of 10.24º degrees, saturation: 0.65, 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 #D1492D is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 45 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.18 |
| HSL | 10.24º | 0.65% | 0.5% | - |
| HSV(B) | 10.24º | 0.78% | 0.82% | - |
| XYZ | 29.15 | 18.51 | 4.52 | - |
| YUV | 110.47 | 91.06 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 45 | 0 | 0.65 | 0.78 | 0.18 | 10.24 | 0.65 | 0.5 |
| Hex | D1 | 49 | 2D | 0 | 41 | 4E | 12 | A | 41 | 32 |
| Octal | 321 | 111 | 55 | 0 | 101 | 116 | 22 | 12 | 101 | 62 |
| Binary | 11010001 | 1001001 | 101101 | 0 | 1000001 | 1001110 | 10010 | 1010 | 1000001 | 110010 |
Color Harmonies of #D1492D
Complementary color
Monochromatic Colors of #D1492D
Black with #D1492D
Text Example
Text Example
White with #D1492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1492D; }
p { color: rgb(209,73,45); }
H1.HeaderClassName
{
color: #D1492D;
}
.AnyTagClassName
{
color: #D1492D;
}
</style>
background-color css
<style>
a { background-color: #D1492D; }
a { background-color: rgb(209,73,45); }
div.DivClassName
{
background-color: #D1492D;
}
.BgClassName
{
background-color: #D1492D;
}
</style>
border-color css
<style>
span { border-color: #D1492D; }
span { border-color: rgb(209,73,45); }
td.TdClassName
{
border-color: #D1492D;
}
.TagClassName
{
border-color: #D1492D;
}
</style>