Shades of Red Oxide #5D1F18
Tints of Red Oxide #5D1F18
RGB
CMYK
RGB Variations
Color information
#5D1F18 (or 0x5D1F18) is known color: Red Oxide. HEX triplet: 5D, 1F and 18. RGB value is (93,31,24). Sum of RGB (Red+Green+Blue) = 93+31+24=148 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.84% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D1F18 is #A2E0E7. Grayscale: #303030. Windows color (decimal): -10674408 or 1580893. OLE color: 1580893.
HSL color Cylindrical-coordinate representation of color #5D1F18: hue angle of 6.09º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D1F18 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 31 | 24 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.64 |
| HSL | 6.09º | 0.59% | 0.23% | - |
| HSV(B) | 6.09º | 0.74% | 0.36% | - |
| XYZ | 5.17 | 3.37 | 1.24 | - |
| YUV | 48.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 31 | 24 | 0 | 0.67 | 0.74 | 0.64 | 6.09 | 0.59 | 0.23 |
| Hex | 5D | 1F | 18 | 0 | 43 | 4A | 40 | 6 | 3B | 17 |
| Octal | 135 | 37 | 30 | 0 | 103 | 112 | 100 | 6 | 73 | 27 |
| Binary | 1011101 | 11111 | 11000 | 0 | 1000011 | 1001010 | 1000000 | 110 | 111011 | 10111 |
Color Harmonies of #5D1F18
Complementary color
Monochromatic Colors of #5D1F18
Black with #5D1F18
Text Example
Text Example
White with #5D1F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1F18; }
p { color: rgb(93,31,24); }
H1.HeaderClassName
{
color: #5D1F18;
}
.AnyTagClassName
{
color: #5D1F18;
}
</style>
background-color css
<style>
a { background-color: #5D1F18; }
a { background-color: rgb(93,31,24); }
div.DivClassName
{
background-color: #5D1F18;
}
.BgClassName
{
background-color: #5D1F18;
}
</style>
border-color css
<style>
span { border-color: #5D1F18; }
span { border-color: rgb(93,31,24); }
td.TdClassName
{
border-color: #5D1F18;
}
.TagClassName
{
border-color: #5D1F18;
}
</style>