Shades of Trinidad #D1482F
Tints of Trinidad #D1482F
RGB
CMYK
RGB Variations
Color information
#D1482F (or 0xD1482F) is known color: Trinidad. HEX triplet: D1, 48 and 2F. RGB value is (209,72,47). Sum of RGB (Red+Green+Blue) = 209+72+47=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D1482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1482F is #2EB7D0. Grayscale: #6E6E6E. Windows color (decimal): -3061713 or 3098833. OLE color: 3098833.
HSL color Cylindrical-coordinate representation of color #D1482F: hue angle of 9.26º 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 #D1482F is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 47 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.18 |
| HSL | 9.26º | 0.64% | 0.5% | - |
| HSV(B) | 9.26º | 0.78% | 0.82% | - |
| XYZ | 29.12 | 18.4 | 4.7 | - |
| YUV | 110.11 | 92.39 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 47 | 0 | 0.66 | 0.78 | 0.18 | 9.26 | 0.64 | 0.5 |
| Hex | D1 | 48 | 2F | 0 | 42 | 4E | 12 | 9 | 40 | 32 |
| Octal | 321 | 110 | 57 | 0 | 102 | 116 | 22 | 11 | 100 | 62 |
| Binary | 11010001 | 1001000 | 101111 | 0 | 1000010 | 1001110 | 10010 | 1001 | 1000000 | 110010 |
Color Harmonies of #D1482F
Complementary color
Monochromatic Colors of #D1482F
Black with #D1482F
Text Example
Text Example
White with #D1482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1482F; }
p { color: rgb(209,72,47); }
H1.HeaderClassName
{
color: #D1482F;
}
.AnyTagClassName
{
color: #D1482F;
}
</style>
background-color css
<style>
a { background-color: #D1482F; }
a { background-color: rgb(209,72,47); }
div.DivClassName
{
background-color: #D1482F;
}
.BgClassName
{
background-color: #D1482F;
}
</style>
border-color css
<style>
span { border-color: #D1482F; }
span { border-color: rgb(209,72,47); }
td.TdClassName
{
border-color: #D1482F;
}
.TagClassName
{
border-color: #D1482F;
}
</style>