Shades of Red Devil #62252A
Tints of Red Devil #62252A
RGB
CMYK
RGB Variations
Color information
#62252A (or 0x62252A) is known color: Red Devil. HEX triplet: 62, 25 and 2A. RGB value is (98,37,42). Sum of RGB (Red+Green+Blue) = 98+37+42=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62252A is #9DDAD5. Grayscale: #373737. Windows color (decimal): -10345174 or 2762082. OLE color: 2762082.
HSL color Cylindrical-coordinate representation of color #62252A: hue angle of 355.08º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62252A is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 37 | 42 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.62 |
| HSL | 355.08º | 0.45% | 0.26% | - |
| HSV(B) | 355.08º | 0.62% | 0.38% | - |
| XYZ | 6.12 | 4.09 | 2.66 | - |
| YUV | 55.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 37 | 42 | 0 | 0.62 | 0.57 | 0.62 | 355.08 | 0.45 | 0.26 |
| Hex | 62 | 25 | 2A | 0 | 3E | 39 | 3E | 163 | 2D | 1A |
| Octal | 142 | 45 | 52 | 0 | 76 | 71 | 76 | 543 | 55 | 32 |
| Binary | 1100010 | 100101 | 101010 | 0 | 111110 | 111001 | 111110 | 101100011 | 101101 | 11010 |
Color Harmonies of #62252A
Complementary color
Monochromatic Colors of #62252A
Black with #62252A
Text Example
Text Example
White with #62252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62252A; }
p { color: rgb(98,37,42); }
H1.HeaderClassName
{
color: #62252A;
}
.AnyTagClassName
{
color: #62252A;
}
</style>
background-color css
<style>
a { background-color: #62252A; }
a { background-color: rgb(98,37,42); }
div.DivClassName
{
background-color: #62252A;
}
.BgClassName
{
background-color: #62252A;
}
</style>
border-color css
<style>
span { border-color: #62252A; }
span { border-color: rgb(98,37,42); }
td.TdClassName
{
border-color: #62252A;
}
.TagClassName
{
border-color: #62252A;
}
</style>