Shades of Dark Red #880303
Tints of Dark Red #880303
RGB
CMYK
RGB Variations
Color information
#880303 (or 0x880303) is known color: Dark Red. HEX triplet: 88, 03 and 03. RGB value is (136,3,3). Sum of RGB (Red+Green+Blue) = 136+3+3=142 (18% of max value = 765). Red value is 136 (53.52% from 255 or 95.77% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 136 - color contains mainly: red. Hex color #880303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880303 is #77FCFC. Grayscale: #2A2A2A. Windows color (decimal): -7863549 or 197512. OLE color: 197512.
HSL color Cylindrical-coordinate representation of color #880303: hue angle of 0º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880303 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 3 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.47 |
| HSL | 0º | 0.96% | 0.27% | - |
| HSV(B) | 0º | 0.98% | 0.53% | - |
| XYZ | 10.2 | 5.31 | 0.57 | - |
| YUV | 42.77 | 105.56 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 3 | 0 | 0.98 | 0.98 | 0.47 | 0 | 0.96 | 0.27 |
| Hex | 88 | 3 | 3 | 0 | 62 | 62 | 2F | 0 | 60 | 1B |
| Octal | 210 | 3 | 3 | 0 | 142 | 142 | 57 | 0 | 140 | 33 |
| Binary | 10001000 | 11 | 11 | 0 | 1100010 | 1100010 | 101111 | 0 | 1100000 | 11011 |
Color Harmonies of #880303
Complementary color
Monochromatic Colors of #880303
Black with #880303
Text Example
Text Example
White with #880303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880303; }
p { color: rgb(136,3,3); }
H1.HeaderClassName
{
color: #880303;
}
.AnyTagClassName
{
color: #880303;
}
</style>
background-color css
<style>
a { background-color: #880303; }
a { background-color: rgb(136,3,3); }
div.DivClassName
{
background-color: #880303;
}
.BgClassName
{
background-color: #880303;
}
</style>
border-color css
<style>
span { border-color: #880303; }
span { border-color: rgb(136,3,3); }
td.TdClassName
{
border-color: #880303;
}
.TagClassName
{
border-color: #880303;
}
</style>