Shades of Trinidad #D1502F
Tints of Trinidad #D1502F
RGB
CMYK
RGB Variations
Color information
#D1502F (or 0xD1502F) is known color: Trinidad. HEX triplet: D1, 50 and 2F. RGB value is (209,80,47). Sum of RGB (Red+Green+Blue) = 209+80+47=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1502F is #2EAFD0. Grayscale: #737373. Windows color (decimal): -3059665 or 3100881. OLE color: 3100881.
HSL color Cylindrical-coordinate representation of color #D1502F: hue angle of 12.22º 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 #D1502F is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 47 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.18 |
| HSL | 12.22º | 0.64% | 0.5% | - |
| HSV(B) | 12.22º | 0.78% | 0.82% | - |
| XYZ | 29.68 | 19.5 | 4.89 | - |
| YUV | 114.81 | 89.74 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 47 | 0 | 0.62 | 0.78 | 0.18 | 12.22 | 0.64 | 0.5 |
| Hex | D1 | 50 | 2F | 0 | 3E | 4E | 12 | C | 40 | 32 |
| Octal | 321 | 120 | 57 | 0 | 76 | 116 | 22 | 14 | 100 | 62 |
| Binary | 11010001 | 1010000 | 101111 | 0 | 111110 | 1001110 | 10010 | 1100 | 1000000 | 110010 |
Color Harmonies of #D1502F
Complementary color
Monochromatic Colors of #D1502F
Black with #D1502F
Text Example
Text Example
White with #D1502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1502F; }
p { color: rgb(209,80,47); }
H1.HeaderClassName
{
color: #D1502F;
}
.AnyTagClassName
{
color: #D1502F;
}
</style>
background-color css
<style>
a { background-color: #D1502F; }
a { background-color: rgb(209,80,47); }
div.DivClassName
{
background-color: #D1502F;
}
.BgClassName
{
background-color: #D1502F;
}
</style>
border-color css
<style>
span { border-color: #D1502F; }
span { border-color: rgb(209,80,47); }
td.TdClassName
{
border-color: #D1502F;
}
.TagClassName
{
border-color: #D1502F;
}
</style>