Shades of Trinidad #D0502B
Tints of Trinidad #D0502B
RGB
CMYK
RGB Variations
Color information
#D0502B (or 0xD0502B) is known color: Trinidad. HEX triplet: D0, 50 and 2B. RGB value is (208,80,43). Sum of RGB (Red+Green+Blue) = 208+80+43=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D0502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0502B is #2FAFD4. Grayscale: #727272. Windows color (decimal): -3125205 or 2838736. OLE color: 2838736.
HSL color Cylindrical-coordinate representation of color #D0502B: hue angle of 13.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0502B is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 43 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.18 |
| HSL | 13.45º | 0.66% | 0.49% | - |
| HSV(B) | 13.45º | 0.79% | 0.82% | - |
| XYZ | 29.32 | 19.32 | 4.47 | - |
| YUV | 114.05 | 87.91 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 43 | 0 | 0.62 | 0.79 | 0.18 | 13.45 | 0.66 | 0.49 |
| Hex | D0 | 50 | 2B | 0 | 3E | 4F | 12 | D | 42 | 31 |
| Octal | 320 | 120 | 53 | 0 | 76 | 117 | 22 | 15 | 102 | 61 |
| Binary | 11010000 | 1010000 | 101011 | 0 | 111110 | 1001111 | 10010 | 1101 | 1000010 | 110001 |
Color Harmonies of #D0502B
Complementary color
Monochromatic Colors of #D0502B
Black with #D0502B
Text Example
Text Example
White with #D0502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0502B; }
p { color: rgb(208,80,43); }
H1.HeaderClassName
{
color: #D0502B;
}
.AnyTagClassName
{
color: #D0502B;
}
</style>
background-color css
<style>
a { background-color: #D0502B; }
a { background-color: rgb(208,80,43); }
div.DivClassName
{
background-color: #D0502B;
}
.BgClassName
{
background-color: #D0502B;
}
</style>
border-color css
<style>
span { border-color: #D0502B; }
span { border-color: rgb(208,80,43); }
td.TdClassName
{
border-color: #D0502B;
}
.TagClassName
{
border-color: #D0502B;
}
</style>