Shades of Trinidad #D1502E
Tints of Trinidad #D1502E
RGB
CMYK
RGB Variations
Color information
#D1502E (or 0xD1502E) is known color: Trinidad. HEX triplet: D1, 50 and 2E. RGB value is (209,80,46). Sum of RGB (Red+Green+Blue) = 209+80+46=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1502E is #2EAFD1. Grayscale: #727272. Windows color (decimal): -3059666 or 3035345. OLE color: 3035345.
HSL color Cylindrical-coordinate representation of color #D1502E: hue angle of 12.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 #D1502E is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 46 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.18 |
| HSL | 12.52º | 0.64% | 0.5% | - |
| HSV(B) | 12.52º | 0.78% | 0.82% | - |
| XYZ | 29.66 | 19.49 | 4.78 | - |
| YUV | 114.7 | 89.24 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 46 | 0 | 0.62 | 0.78 | 0.18 | 12.52 | 0.64 | 0.5 |
| Hex | D1 | 50 | 2E | 0 | 3E | 4E | 12 | D | 40 | 32 |
| Octal | 321 | 120 | 56 | 0 | 76 | 116 | 22 | 15 | 100 | 62 |
| Binary | 11010001 | 1010000 | 101110 | 0 | 111110 | 1001110 | 10010 | 1101 | 1000000 | 110010 |
Color Harmonies of #D1502E
Complementary color
Monochromatic Colors of #D1502E
Black with #D1502E
Text Example
Text Example
White with #D1502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1502E; }
p { color: rgb(209,80,46); }
H1.HeaderClassName
{
color: #D1502E;
}
.AnyTagClassName
{
color: #D1502E;
}
</style>
background-color css
<style>
a { background-color: #D1502E; }
a { background-color: rgb(209,80,46); }
div.DivClassName
{
background-color: #D1502E;
}
.BgClassName
{
background-color: #D1502E;
}
</style>
border-color css
<style>
span { border-color: #D1502E; }
span { border-color: rgb(209,80,46); }
td.TdClassName
{
border-color: #D1502E;
}
.TagClassName
{
border-color: #D1502E;
}
</style>