Shades of Trinidad #D0502D
Tints of Trinidad #D0502D
RGB
CMYK
RGB Variations
Color information
#D0502D (or 0xD0502D) is known color: Trinidad. HEX triplet: D0, 50 and 2D. RGB value is (208,80,45). Sum of RGB (Red+Green+Blue) = 208+80+45=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D0502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0502D is #2FAFD2. Grayscale: #727272. Windows color (decimal): -3125203 or 2969808. OLE color: 2969808.
HSL color Cylindrical-coordinate representation of color #D0502D: hue angle of 12.88º 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 #D0502D is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 45 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.18 |
| HSL | 12.88º | 0.64% | 0.5% | - |
| HSV(B) | 12.88º | 0.78% | 0.82% | - |
| XYZ | 29.35 | 19.34 | 4.67 | - |
| YUV | 114.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 45 | 0 | 0.62 | 0.78 | 0.18 | 12.88 | 0.64 | 0.5 |
| Hex | D0 | 50 | 2D | 0 | 3E | 4E | 12 | D | 40 | 32 |
| Octal | 320 | 120 | 55 | 0 | 76 | 116 | 22 | 15 | 100 | 62 |
| Binary | 11010000 | 1010000 | 101101 | 0 | 111110 | 1001110 | 10010 | 1101 | 1000000 | 110010 |
Color Harmonies of #D0502D
Complementary color
Monochromatic Colors of #D0502D
Black with #D0502D
Text Example
Text Example
White with #D0502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0502D; }
p { color: rgb(208,80,45); }
H1.HeaderClassName
{
color: #D0502D;
}
.AnyTagClassName
{
color: #D0502D;
}
</style>
background-color css
<style>
a { background-color: #D0502D; }
a { background-color: rgb(208,80,45); }
div.DivClassName
{
background-color: #D0502D;
}
.BgClassName
{
background-color: #D0502D;
}
</style>
border-color css
<style>
span { border-color: #D0502D; }
span { border-color: rgb(208,80,45); }
td.TdClassName
{
border-color: #D0502D;
}
.TagClassName
{
border-color: #D0502D;
}
</style>