Shades of Red Oxide #5E201A
Tints of Red Oxide #5E201A
RGB
CMYK
RGB Variations
Color information
#5E201A (or 0x5E201A) is known color: Red Oxide. HEX triplet: 5E, 20 and 1A. RGB value is (94,32,26). Sum of RGB (Red+Green+Blue) = 94+32+26=152 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.84% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 94 - color contains mainly: red. Hex color #5E201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E201A is #A1DFE5. Grayscale: #313131. Windows color (decimal): -10608614 or 1712222. OLE color: 1712222.
HSL color Cylindrical-coordinate representation of color #5E201A: hue angle of 5.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E201A is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 32 | 26 | - |
CMYK | 0 | 0.66 | 0.72 | 0.63 |
HSL | 5.29º | 0.57% | 0.24% | - |
HSV(B) | 5.29º | 0.72% | 0.37% | - |
XYZ | 5.32 | 3.49 | 1.37 | - |
YUV | 49.85 | 114.54 | 159.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 32 | 26 | 0 | 0.66 | 0.72 | 0.63 | 5.29 | 0.57 | 0.24 |
Hex | 5E | 20 | 1A | 0 | 42 | 48 | 3F | 5 | 39 | 18 |
Octal | 136 | 40 | 32 | 0 | 102 | 110 | 77 | 5 | 71 | 30 |
Binary | 1011110 | 100000 | 11010 | 0 | 1000010 | 1001000 | 111111 | 101 | 111001 | 11000 |
Color Harmonies of #5E201A
Complementary color
Monochromatic Colors of #5E201A
Black with #5E201A
Text Example
Text Example
White with #5E201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E201A; }
p { color: rgb(94,32,26); }
H1.HeaderClassName
{
color: #5E201A;
}
.AnyTagClassName
{
color: #5E201A;
}
</style>
background-color css
<style>
a { background-color: #5E201A; }
a { background-color: rgb(94,32,26); }
div.DivClassName
{
background-color: #5E201A;
}
.BgClassName
{
background-color: #5E201A;
}
</style>
border-color css
<style>
span { border-color: #5E201A; }
span { border-color: rgb(94,32,26); }
td.TdClassName
{
border-color: #5E201A;
}
.TagClassName
{
border-color: #5E201A;
}
</style>