Shades of Red Devil #62282B
Tints of Red Devil #62282B
RGB
CMYK
RGB Variations
Color information
#62282B (or 0x62282B) is known color: Red Devil. HEX triplet: 62, 28 and 2B. RGB value is (98,40,43). Sum of RGB (Red+Green+Blue) = 98+40+43=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #62282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62282B is #9DD7D4. Grayscale: #393939. Windows color (decimal): -10344405 or 2828386. OLE color: 2828386.
HSL color Cylindrical-coordinate representation of color #62282B: hue angle of 356.9º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62282B is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 40 | 43 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.62 |
| HSL | 356.9º | 0.42% | 0.27% | - |
| HSV(B) | 356.9º | 0.59% | 0.38% | - |
| XYZ | 6.23 | 4.29 | 2.78 | - |
| YUV | 57.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 43 | 0 | 0.59 | 0.56 | 0.62 | 356.9 | 0.42 | 0.27 |
| Hex | 62 | 28 | 2B | 0 | 3B | 38 | 3E | 165 | 2A | 1B |
| Octal | 142 | 50 | 53 | 0 | 73 | 70 | 76 | 545 | 52 | 33 |
| Binary | 1100010 | 101000 | 101011 | 0 | 111011 | 111000 | 111110 | 101100101 | 101010 | 11011 |
Color Harmonies of #62282B
Complementary color
Monochromatic Colors of #62282B
Black with #62282B
Text Example
Text Example
White with #62282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62282B; }
p { color: rgb(98,40,43); }
H1.HeaderClassName
{
color: #62282B;
}
.AnyTagClassName
{
color: #62282B;
}
</style>
background-color css
<style>
a { background-color: #62282B; }
a { background-color: rgb(98,40,43); }
div.DivClassName
{
background-color: #62282B;
}
.BgClassName
{
background-color: #62282B;
}
</style>
border-color css
<style>
span { border-color: #62282B; }
span { border-color: rgb(98,40,43); }
td.TdClassName
{
border-color: #62282B;
}
.TagClassName
{
border-color: #62282B;
}
</style>