Shades of Red Oxide #5F1303
Tints of Red Oxide #5F1303
RGB
CMYK
RGB Variations
Color information
#5F1303 (or 0x5F1303) is known color: Red Oxide. HEX triplet: 5F, 13 and 03. RGB value is (95,19,3). Sum of RGB (Red+Green+Blue) = 95+19+3=117 (15% of max value = 765). Red value is 95 (37.5% from 255 or 81.20% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1303 is #A0ECFC. Grayscale: #282828. Windows color (decimal): -10546429 or 201567. OLE color: 201567.
HSL color Cylindrical-coordinate representation of color #5F1303: hue angle of 10.43º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F1303 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 19 | 3 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.63 |
| HSL | 10.43º | 0.94% | 0.19% | - |
| HSV(B) | 10.43º | 0.97% | 0.37% | - |
| XYZ | 4.97 | 2.91 | 0.39 | - |
| YUV | 39.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 19 | 3 | 0 | 0.80 | 0.97 | 0.63 | 10.43 | 0.94 | 0.19 |
| Hex | 5F | 13 | 3 | 0 | 50 | 61 | 3F | A | 5E | 13 |
| Octal | 137 | 23 | 3 | 0 | 120 | 141 | 77 | 12 | 136 | 23 |
| Binary | 1011111 | 10011 | 11 | 0 | 1010000 | 1100001 | 111111 | 1010 | 1011110 | 10011 |
Color Harmonies of #5F1303
Complementary color
Monochromatic Colors of #5F1303
Black with #5F1303
Text Example
Text Example
White with #5F1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1303; }
p { color: rgb(95,19,3); }
H1.HeaderClassName
{
color: #5F1303;
}
.AnyTagClassName
{
color: #5F1303;
}
</style>
background-color css
<style>
a { background-color: #5F1303; }
a { background-color: rgb(95,19,3); }
div.DivClassName
{
background-color: #5F1303;
}
.BgClassName
{
background-color: #5F1303;
}
</style>
border-color css
<style>
span { border-color: #5F1303; }
span { border-color: rgb(95,19,3); }
td.TdClassName
{
border-color: #5F1303;
}
.TagClassName
{
border-color: #5F1303;
}
</style>