Shades of Trinidad #D1502C
Tints of Trinidad #D1502C
RGB
CMYK
RGB Variations
Color information
#D1502C (or 0xD1502C) is known color: Trinidad. HEX triplet: D1, 50 and 2C. RGB value is (209,80,44). Sum of RGB (Red+Green+Blue) = 209+80+44=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D1502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1502C is #2EAFD3. Grayscale: #727272. Windows color (decimal): -3059668 or 2904273. OLE color: 2904273.
HSL color Cylindrical-coordinate representation of color #D1502C: hue angle of 13.09º 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 #D1502C is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 44 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.18 |
| HSL | 13.09º | 0.65% | 0.5% | - |
| HSV(B) | 13.09º | 0.79% | 0.82% | - |
| XYZ | 29.62 | 19.47 | 4.58 | - |
| YUV | 114.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 44 | 0 | 0.62 | 0.79 | 0.18 | 13.09 | 0.65 | 0.5 |
| Hex | D1 | 50 | 2C | 0 | 3E | 4F | 12 | D | 41 | 32 |
| Octal | 321 | 120 | 54 | 0 | 76 | 117 | 22 | 15 | 101 | 62 |
| Binary | 11010001 | 1010000 | 101100 | 0 | 111110 | 1001111 | 10010 | 1101 | 1000001 | 110010 |
Color Harmonies of #D1502C
Complementary color
Monochromatic Colors of #D1502C
Black with #D1502C
Text Example
Text Example
White with #D1502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1502C; }
p { color: rgb(209,80,44); }
H1.HeaderClassName
{
color: #D1502C;
}
.AnyTagClassName
{
color: #D1502C;
}
</style>
background-color css
<style>
a { background-color: #D1502C; }
a { background-color: rgb(209,80,44); }
div.DivClassName
{
background-color: #D1502C;
}
.BgClassName
{
background-color: #D1502C;
}
</style>
border-color css
<style>
span { border-color: #D1502C; }
span { border-color: rgb(209,80,44); }
td.TdClassName
{
border-color: #D1502C;
}
.TagClassName
{
border-color: #D1502C;
}
</style>