Shades of Trinidad #D2502B
Tints of Trinidad #D2502B
RGB
CMYK
RGB Variations
Color information
#D2502B (or 0xD2502B) is known color: Trinidad. HEX triplet: D2, 50 and 2B. RGB value is (210,80,43). Sum of RGB (Red+Green+Blue) = 210+80+43=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D2502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2502B is #2DAFD4. Grayscale: #727272. Windows color (decimal): -2994133 or 2838738. OLE color: 2838738.
HSL color Cylindrical-coordinate representation of color #D2502B: hue angle of 13.29º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2502B is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 43 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.18 |
| HSL | 13.29º | 0.66% | 0.5% | - |
| HSV(B) | 13.29º | 0.8% | 0.82% | - |
| XYZ | 29.88 | 19.61 | 4.5 | - |
| YUV | 114.65 | 87.57 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 43 | 0 | 0.62 | 0.80 | 0.18 | 13.29 | 0.66 | 0.5 |
| Hex | D2 | 50 | 2B | 0 | 3E | 50 | 12 | D | 42 | 32 |
| Octal | 322 | 120 | 53 | 0 | 76 | 120 | 22 | 15 | 102 | 62 |
| Binary | 11010010 | 1010000 | 101011 | 0 | 111110 | 1010000 | 10010 | 1101 | 1000010 | 110010 |
Color Harmonies of #D2502B
Complementary color
Monochromatic Colors of #D2502B
Black with #D2502B
Text Example
Text Example
White with #D2502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2502B; }
p { color: rgb(210,80,43); }
H1.HeaderClassName
{
color: #D2502B;
}
.AnyTagClassName
{
color: #D2502B;
}
</style>
background-color css
<style>
a { background-color: #D2502B; }
a { background-color: rgb(210,80,43); }
div.DivClassName
{
background-color: #D2502B;
}
.BgClassName
{
background-color: #D2502B;
}
</style>
border-color css
<style>
span { border-color: #D2502B; }
span { border-color: rgb(210,80,43); }
td.TdClassName
{
border-color: #D2502B;
}
.TagClassName
{
border-color: #D2502B;
}
</style>