Shades of Red Devil #62282A
Tints of Red Devil #62282A
RGB
CMYK
RGB Variations
Color information
#62282A (or 0x62282A) is known color: Red Devil. HEX triplet: 62, 28 and 2A. RGB value is (98,40,42). Sum of RGB (Red+Green+Blue) = 98+40+42=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #62282A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62282A is #9DD7D5. Grayscale: #393939. Windows color (decimal): -10344406 or 2762850. OLE color: 2762850.
HSL color Cylindrical-coordinate representation of color #62282A: hue angle of 357.93º 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 #62282A is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 40 | 42 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.62 |
| HSL | 357.93º | 0.42% | 0.27% | - |
| HSV(B) | 357.93º | 0.59% | 0.38% | - |
| XYZ | 6.21 | 4.28 | 2.69 | - |
| YUV | 57.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 42 | 0 | 0.59 | 0.57 | 0.62 | 357.93 | 0.42 | 0.27 |
| Hex | 62 | 28 | 2A | 0 | 3B | 39 | 3E | 166 | 2A | 1B |
| Octal | 142 | 50 | 52 | 0 | 73 | 71 | 76 | 546 | 52 | 33 |
| Binary | 1100010 | 101000 | 101010 | 0 | 111011 | 111001 | 111110 | 101100110 | 101010 | 11011 |
Color Harmonies of #62282A
Complementary color
Monochromatic Colors of #62282A
Black with #62282A
Text Example
Text Example
White with #62282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62282A; }
p { color: rgb(98,40,42); }
H1.HeaderClassName
{
color: #62282A;
}
.AnyTagClassName
{
color: #62282A;
}
</style>
background-color css
<style>
a { background-color: #62282A; }
a { background-color: rgb(98,40,42); }
div.DivClassName
{
background-color: #62282A;
}
.BgClassName
{
background-color: #62282A;
}
</style>
border-color css
<style>
span { border-color: #62282A; }
span { border-color: rgb(98,40,42); }
td.TdClassName
{
border-color: #62282A;
}
.TagClassName
{
border-color: #62282A;
}
</style>