Shades of Red Oxide #642424
Tints of Red Oxide #642424
RGB
CMYK
RGB Variations
Color information
#642424 (or 0x642424) is known color: Red Oxide. HEX triplet: 64, 24 and 24. RGB value is (100,36,36). Sum of RGB (Red+Green+Blue) = 100+36+36=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #642424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642424 is #9BDBDB. Grayscale: #373737. Windows color (decimal): -10214364 or 2368612. OLE color: 2368612.
HSL color Cylindrical-coordinate representation of color #642424: hue angle of 0º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #642424 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 36 | 36 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.61 |
| HSL | 0º | 0.47% | 0.27% | - |
| HSV(B) | 0º | 0.64% | 0.39% | - |
| XYZ | 6.2 | 4.1 | 2.13 | - |
| YUV | 55.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 36 | 0 | 0.64 | 0.64 | 0.61 | 0 | 0.47 | 0.27 |
| Hex | 64 | 24 | 24 | 0 | 40 | 40 | 3D | 0 | 2F | 1B |
| Octal | 144 | 44 | 44 | 0 | 100 | 100 | 75 | 0 | 57 | 33 |
| Binary | 1100100 | 100100 | 100100 | 0 | 1000000 | 1000000 | 111101 | 0 | 101111 | 11011 |
Color Harmonies of #642424
Complementary color
Monochromatic Colors of #642424
Black with #642424
Text Example
Text Example
White with #642424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642424; }
p { color: rgb(100,36,36); }
H1.HeaderClassName
{
color: #642424;
}
.AnyTagClassName
{
color: #642424;
}
</style>
background-color css
<style>
a { background-color: #642424; }
a { background-color: rgb(100,36,36); }
div.DivClassName
{
background-color: #642424;
}
.BgClassName
{
background-color: #642424;
}
</style>
border-color css
<style>
span { border-color: #642424; }
span { border-color: rgb(100,36,36); }
td.TdClassName
{
border-color: #642424;
}
.TagClassName
{
border-color: #642424;
}
</style>