Shades of Red Oxide #5D0D02
Tints of Red Oxide #5D0D02
RGB
CMYK
RGB Variations
Color information
#5D0D02 (or 0x5D0D02) is known color: Red Oxide. HEX triplet: 5D, 0D and 02. RGB value is (93,13,2). Sum of RGB (Red+Green+Blue) = 93+13+2=108 (14% of max value = 765). Red value is 93 (36.72% from 255 or 86.11% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0D02 is #A2F2FD. Grayscale: #232323. Windows color (decimal): -10679038 or 134493. OLE color: 134493.
HSL color Cylindrical-coordinate representation of color #5D0D02: hue angle of 7.25º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D0D02 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 13 | 2 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.64 |
| HSL | 7.25º | 0.96% | 0.19% | - |
| HSV(B) | 7.25º | 0.98% | 0.36% | - |
| XYZ | 4.67 | 2.62 | 0.32 | - |
| YUV | 35.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 13 | 2 | 0 | 0.86 | 0.98 | 0.64 | 7.25 | 0.96 | 0.19 |
| Hex | 5D | D | 2 | 0 | 56 | 62 | 40 | 7 | 60 | 13 |
| Octal | 135 | 15 | 2 | 0 | 126 | 142 | 100 | 7 | 140 | 23 |
| Binary | 1011101 | 1101 | 10 | 0 | 1010110 | 1100010 | 1000000 | 111 | 1100000 | 10011 |
Color Harmonies of #5D0D02
Complementary color
Monochromatic Colors of #5D0D02
Black with #5D0D02
Text Example
Text Example
White with #5D0D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0D02; }
p { color: rgb(93,13,2); }
H1.HeaderClassName
{
color: #5D0D02;
}
.AnyTagClassName
{
color: #5D0D02;
}
</style>
background-color css
<style>
a { background-color: #5D0D02; }
a { background-color: rgb(93,13,2); }
div.DivClassName
{
background-color: #5D0D02;
}
.BgClassName
{
background-color: #5D0D02;
}
</style>
border-color css
<style>
span { border-color: #5D0D02; }
span { border-color: rgb(93,13,2); }
td.TdClassName
{
border-color: #5D0D02;
}
.TagClassName
{
border-color: #5D0D02;
}
</style>