Shades of Trinidad #D0502A
Tints of Trinidad #D0502A
RGB
CMYK
RGB Variations
Color information
#D0502A (or 0xD0502A) is known color: Trinidad. HEX triplet: D0, 50 and 2A. RGB value is (208,80,42). Sum of RGB (Red+Green+Blue) = 208+80+42=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D0502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0502A is #2FAFD5. Grayscale: #727272. Windows color (decimal): -3125206 or 2773200. OLE color: 2773200.
HSL color Cylindrical-coordinate representation of color #D0502A: hue angle of 13.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0502A is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 42 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.18 |
| HSL | 13.73º | 0.66% | 0.49% | - |
| HSV(B) | 13.73º | 0.8% | 0.82% | - |
| XYZ | 29.3 | 19.31 | 4.37 | - |
| YUV | 113.94 | 87.41 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 42 | 0 | 0.62 | 0.80 | 0.18 | 13.73 | 0.66 | 0.49 |
| Hex | D0 | 50 | 2A | 0 | 3E | 50 | 12 | E | 42 | 31 |
| Octal | 320 | 120 | 52 | 0 | 76 | 120 | 22 | 16 | 102 | 61 |
| Binary | 11010000 | 1010000 | 101010 | 0 | 111110 | 1010000 | 10010 | 1110 | 1000010 | 110001 |
Color Harmonies of #D0502A
Complementary color
Monochromatic Colors of #D0502A
Black with #D0502A
Text Example
Text Example
White with #D0502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0502A; }
p { color: rgb(208,80,42); }
H1.HeaderClassName
{
color: #D0502A;
}
.AnyTagClassName
{
color: #D0502A;
}
</style>
background-color css
<style>
a { background-color: #D0502A; }
a { background-color: rgb(208,80,42); }
div.DivClassName
{
background-color: #D0502A;
}
.BgClassName
{
background-color: #D0502A;
}
</style>
border-color css
<style>
span { border-color: #D0502A; }
span { border-color: rgb(208,80,42); }
td.TdClassName
{
border-color: #D0502A;
}
.TagClassName
{
border-color: #D0502A;
}
</style>