Shades of Trinidad #D2502E
Tints of Trinidad #D2502E
RGB
CMYK
RGB Variations
Color information
#D2502E (or 0xD2502E) is known color: Trinidad. HEX triplet: D2, 50 and 2E. RGB value is (210,80,46). Sum of RGB (Red+Green+Blue) = 210+80+46=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D2502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2502E is #2DAFD1. Grayscale: #737373. Windows color (decimal): -2994130 or 3035346. OLE color: 3035346.
HSL color Cylindrical-coordinate representation of color #D2502E: hue angle of 12.44º degrees, saturation: 0.65, 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 #D2502E is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 46 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.18 |
| HSL | 12.44º | 0.65% | 0.5% | - |
| HSV(B) | 12.44º | 0.78% | 0.82% | - |
| XYZ | 29.94 | 19.64 | 4.8 | - |
| YUV | 114.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 46 | 0 | 0.62 | 0.78 | 0.18 | 12.44 | 0.65 | 0.5 |
| Hex | D2 | 50 | 2E | 0 | 3E | 4E | 12 | C | 41 | 32 |
| Octal | 322 | 120 | 56 | 0 | 76 | 116 | 22 | 14 | 101 | 62 |
| Binary | 11010010 | 1010000 | 101110 | 0 | 111110 | 1001110 | 10010 | 1100 | 1000001 | 110010 |
Color Harmonies of #D2502E
Complementary color
Monochromatic Colors of #D2502E
Black with #D2502E
Text Example
Text Example
White with #D2502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2502E; }
p { color: rgb(210,80,46); }
H1.HeaderClassName
{
color: #D2502E;
}
.AnyTagClassName
{
color: #D2502E;
}
</style>
background-color css
<style>
a { background-color: #D2502E; }
a { background-color: rgb(210,80,46); }
div.DivClassName
{
background-color: #D2502E;
}
.BgClassName
{
background-color: #D2502E;
}
</style>
border-color css
<style>
span { border-color: #D2502E; }
span { border-color: rgb(210,80,46); }
td.TdClassName
{
border-color: #D2502E;
}
.TagClassName
{
border-color: #D2502E;
}
</style>