Shades of Red Oxide #5C1F1C
Tints of Red Oxide #5C1F1C
RGB
CMYK
RGB Variations
Color information
#5C1F1C (or 0x5C1F1C) is known color: Red Oxide. HEX triplet: 5C, 1F and 1C. RGB value is (92,31,28). Sum of RGB (Red+Green+Blue) = 92+31+28=151 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.93% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1F1C is #A3E0E3. Grayscale: #303030. Windows color (decimal): -10739940 or 1843036. OLE color: 1843036.
HSL color Cylindrical-coordinate representation of color #5C1F1C: hue angle of 2.81º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C1F1C is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 31 | 28 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.64 |
| HSL | 2.81º | 0.53% | 0.24% | - |
| HSV(B) | 2.81º | 0.7% | 0.36% | - |
| XYZ | 5.11 | 3.34 | 1.47 | - |
| YUV | 48.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 31 | 28 | 0 | 0.66 | 0.70 | 0.64 | 2.81 | 0.53 | 0.24 |
| Hex | 5C | 1F | 1C | 0 | 42 | 46 | 40 | 3 | 35 | 18 |
| Octal | 134 | 37 | 34 | 0 | 102 | 106 | 100 | 3 | 65 | 30 |
| Binary | 1011100 | 11111 | 11100 | 0 | 1000010 | 1000110 | 1000000 | 11 | 110101 | 11000 |
Color Harmonies of #5C1F1C
Complementary color
Monochromatic Colors of #5C1F1C
Black with #5C1F1C
Text Example
Text Example
White with #5C1F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1F1C; }
p { color: rgb(92,31,28); }
H1.HeaderClassName
{
color: #5C1F1C;
}
.AnyTagClassName
{
color: #5C1F1C;
}
</style>
background-color css
<style>
a { background-color: #5C1F1C; }
a { background-color: rgb(92,31,28); }
div.DivClassName
{
background-color: #5C1F1C;
}
.BgClassName
{
background-color: #5C1F1C;
}
</style>
border-color css
<style>
span { border-color: #5C1F1C; }
span { border-color: rgb(92,31,28); }
td.TdClassName
{
border-color: #5C1F1C;
}
.TagClassName
{
border-color: #5C1F1C;
}
</style>