Shades of Trinidad #D1502B
Tints of Trinidad #D1502B
RGB
CMYK
RGB Variations
Color information
#D1502B (or 0xD1502B) is known color: Trinidad. HEX triplet: D1, 50 and 2B. RGB value is (209,80,43). Sum of RGB (Red+Green+Blue) = 209+80+43=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D1502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1502B is #2EAFD4. Grayscale: #727272. Windows color (decimal): -3059669 or 2838737. OLE color: 2838737.
HSL color Cylindrical-coordinate representation of color #D1502B: hue angle of 13.37º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1502B is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 43 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.18 |
| HSL | 13.37º | 0.66% | 0.49% | - |
| HSV(B) | 13.37º | 0.79% | 0.82% | - |
| XYZ | 29.6 | 19.47 | 4.48 | - |
| YUV | 114.35 | 87.74 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 43 | 0 | 0.62 | 0.79 | 0.18 | 13.37 | 0.66 | 0.49 |
| Hex | D1 | 50 | 2B | 0 | 3E | 4F | 12 | D | 42 | 31 |
| Octal | 321 | 120 | 53 | 0 | 76 | 117 | 22 | 15 | 102 | 61 |
| Binary | 11010001 | 1010000 | 101011 | 0 | 111110 | 1001111 | 10010 | 1101 | 1000010 | 110001 |
Color Harmonies of #D1502B
Complementary color
Monochromatic Colors of #D1502B
Black with #D1502B
Text Example
Text Example
White with #D1502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1502B; }
p { color: rgb(209,80,43); }
H1.HeaderClassName
{
color: #D1502B;
}
.AnyTagClassName
{
color: #D1502B;
}
</style>
background-color css
<style>
a { background-color: #D1502B; }
a { background-color: rgb(209,80,43); }
div.DivClassName
{
background-color: #D1502B;
}
.BgClassName
{
background-color: #D1502B;
}
</style>
border-color css
<style>
span { border-color: #D1502B; }
span { border-color: rgb(209,80,43); }
td.TdClassName
{
border-color: #D1502B;
}
.TagClassName
{
border-color: #D1502B;
}
</style>