Shades of Red Oxide #60241F
Tints of Red Oxide #60241F
RGB
CMYK
RGB Variations
Color information
#60241F (or 0x60241F) is known color: Red Oxide. HEX triplet: 60, 24 and 1F. RGB value is (96,36,31). Sum of RGB (Red+Green+Blue) = 96+36+31=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60241F is #9FDBE0. Grayscale: #353535. Windows color (decimal): -10476513 or 2040928. OLE color: 2040928.
HSL color Cylindrical-coordinate representation of color #60241F: hue angle of 4.62º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60241F is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 36 | 31 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.62 |
| HSL | 4.62º | 0.51% | 0.25% | - |
| HSV(B) | 4.62º | 0.68% | 0.38% | - |
| XYZ | 5.7 | 3.85 | 1.74 | - |
| YUV | 53.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 31 | 0 | 0.62 | 0.68 | 0.62 | 4.62 | 0.51 | 0.25 |
| Hex | 60 | 24 | 1F | 0 | 3E | 44 | 3E | 5 | 33 | 19 |
| Octal | 140 | 44 | 37 | 0 | 76 | 104 | 76 | 5 | 63 | 31 |
| Binary | 1100000 | 100100 | 11111 | 0 | 111110 | 1000100 | 111110 | 101 | 110011 | 11001 |
Color Harmonies of #60241F
Complementary color
Monochromatic Colors of #60241F
Black with #60241F
Text Example
Text Example
White with #60241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60241F; }
p { color: rgb(96,36,31); }
H1.HeaderClassName
{
color: #60241F;
}
.AnyTagClassName
{
color: #60241F;
}
</style>
background-color css
<style>
a { background-color: #60241F; }
a { background-color: rgb(96,36,31); }
div.DivClassName
{
background-color: #60241F;
}
.BgClassName
{
background-color: #60241F;
}
</style>
border-color css
<style>
span { border-color: #60241F; }
span { border-color: rgb(96,36,31); }
td.TdClassName
{
border-color: #60241F;
}
.TagClassName
{
border-color: #60241F;
}
</style>