Shades of Trinidad #D1482D
Tints of Trinidad #D1482D
RGB
CMYK
RGB Variations
Color information
#D1482D (or 0xD1482D) is known color: Trinidad. HEX triplet: D1, 48 and 2D. RGB value is (209,72,45). Sum of RGB (Red+Green+Blue) = 209+72+45=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D1482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1482D is #2EB7D2. Grayscale: #6E6E6E. Windows color (decimal): -3061715 or 2967761. OLE color: 2967761.
HSL color Cylindrical-coordinate representation of color #D1482D: hue angle of 9.88º 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 #D1482D is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 45 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.18 |
| HSL | 9.88º | 0.65% | 0.5% | - |
| HSV(B) | 9.88º | 0.78% | 0.82% | - |
| XYZ | 29.09 | 18.38 | 4.5 | - |
| YUV | 109.89 | 91.39 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 45 | 0 | 0.66 | 0.78 | 0.18 | 9.88 | 0.65 | 0.5 |
| Hex | D1 | 48 | 2D | 0 | 42 | 4E | 12 | A | 41 | 32 |
| Octal | 321 | 110 | 55 | 0 | 102 | 116 | 22 | 12 | 101 | 62 |
| Binary | 11010001 | 1001000 | 101101 | 0 | 1000010 | 1001110 | 10010 | 1010 | 1000001 | 110010 |
Color Harmonies of #D1482D
Complementary color
Monochromatic Colors of #D1482D
Black with #D1482D
Text Example
Text Example
White with #D1482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1482D; }
p { color: rgb(209,72,45); }
H1.HeaderClassName
{
color: #D1482D;
}
.AnyTagClassName
{
color: #D1482D;
}
</style>
background-color css
<style>
a { background-color: #D1482D; }
a { background-color: rgb(209,72,45); }
div.DivClassName
{
background-color: #D1482D;
}
.BgClassName
{
background-color: #D1482D;
}
</style>
border-color css
<style>
span { border-color: #D1482D; }
span { border-color: rgb(209,72,45); }
td.TdClassName
{
border-color: #D1482D;
}
.TagClassName
{
border-color: #D1482D;
}
</style>