Shades of Red Devil #62292B
Tints of Red Devil #62292B
RGB
CMYK
RGB Variations
Color information
#62292B (or 0x62292B) is known color: Red Devil. HEX triplet: 62, 29 and 2B. RGB value is (98,41,43). Sum of RGB (Red+Green+Blue) = 98+41+43=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #62292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62292B is #9DD6D4. Grayscale: #3A3A3A. Windows color (decimal): -10344149 or 2828642. OLE color: 2828642.
HSL color Cylindrical-coordinate representation of color #62292B: hue angle of 357.89º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62292B is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 41 | 43 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.62 |
| HSL | 357.89º | 0.41% | 0.27% | - |
| HSV(B) | 357.89º | 0.58% | 0.38% | - |
| XYZ | 6.27 | 4.36 | 2.8 | - |
| YUV | 58.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 41 | 43 | 0 | 0.58 | 0.56 | 0.62 | 357.89 | 0.41 | 0.27 |
| Hex | 62 | 29 | 2B | 0 | 3A | 38 | 3E | 166 | 29 | 1B |
| Octal | 142 | 51 | 53 | 0 | 72 | 70 | 76 | 546 | 51 | 33 |
| Binary | 1100010 | 101001 | 101011 | 0 | 111010 | 111000 | 111110 | 101100110 | 101001 | 11011 |
Color Harmonies of #62292B
Complementary color
Monochromatic Colors of #62292B
Black with #62292B
Text Example
Text Example
White with #62292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62292B; }
p { color: rgb(98,41,43); }
H1.HeaderClassName
{
color: #62292B;
}
.AnyTagClassName
{
color: #62292B;
}
</style>
background-color css
<style>
a { background-color: #62292B; }
a { background-color: rgb(98,41,43); }
div.DivClassName
{
background-color: #62292B;
}
.BgClassName
{
background-color: #62292B;
}
</style>
border-color css
<style>
span { border-color: #62292B; }
span { border-color: rgb(98,41,43); }
td.TdClassName
{
border-color: #62292B;
}
.TagClassName
{
border-color: #62292B;
}
</style>