Shades of Trinidad #D2502D
Tints of Trinidad #D2502D
RGB
CMYK
RGB Variations
Color information
#D2502D (or 0xD2502D) is known color: Trinidad. HEX triplet: D2, 50 and 2D. RGB value is (210,80,45). Sum of RGB (Red+Green+Blue) = 210+80+45=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D2502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2502D is #2DAFD2. Grayscale: #737373. Windows color (decimal): -2994131 or 2969810. OLE color: 2969810.
HSL color Cylindrical-coordinate representation of color #D2502D: hue angle of 12.73º 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 #D2502D is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 45 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.18 |
| HSL | 12.73º | 0.65% | 0.5% | - |
| HSV(B) | 12.73º | 0.79% | 0.82% | - |
| XYZ | 29.92 | 19.63 | 4.69 | - |
| YUV | 114.88 | 88.57 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 45 | 0 | 0.62 | 0.79 | 0.18 | 12.73 | 0.65 | 0.5 |
| Hex | D2 | 50 | 2D | 0 | 3E | 4F | 12 | D | 41 | 32 |
| Octal | 322 | 120 | 55 | 0 | 76 | 117 | 22 | 15 | 101 | 62 |
| Binary | 11010010 | 1010000 | 101101 | 0 | 111110 | 1001111 | 10010 | 1101 | 1000001 | 110010 |
Color Harmonies of #D2502D
Complementary color
Monochromatic Colors of #D2502D
Black with #D2502D
Text Example
Text Example
White with #D2502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2502D; }
p { color: rgb(210,80,45); }
H1.HeaderClassName
{
color: #D2502D;
}
.AnyTagClassName
{
color: #D2502D;
}
</style>
background-color css
<style>
a { background-color: #D2502D; }
a { background-color: rgb(210,80,45); }
div.DivClassName
{
background-color: #D2502D;
}
.BgClassName
{
background-color: #D2502D;
}
</style>
border-color css
<style>
span { border-color: #D2502D; }
span { border-color: rgb(210,80,45); }
td.TdClassName
{
border-color: #D2502D;
}
.TagClassName
{
border-color: #D2502D;
}
</style>