Shades of Red Devil #63282C
Tints of Red Devil #63282C
RGB
CMYK
RGB Variations
Color information
#63282C (or 0x63282C) is known color: Red Devil. HEX triplet: 63, 28 and 2C. RGB value is (99,40,44). Sum of RGB (Red+Green+Blue) = 99+40+44=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63282C is #9CD7D3. Grayscale: #3A3A3A. Windows color (decimal): -10278868 or 2893923. OLE color: 2893923.
HSL color Cylindrical-coordinate representation of color #63282C: hue angle of 355.93º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63282C is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 40 | 44 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.61 |
| HSL | 355.93º | 0.42% | 0.27% | - |
| HSV(B) | 355.93º | 0.6% | 0.39% | - |
| XYZ | 6.36 | 4.35 | 2.89 | - |
| YUV | 58.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 44 | 0 | 0.60 | 0.56 | 0.61 | 355.93 | 0.42 | 0.27 |
| Hex | 63 | 28 | 2C | 0 | 3C | 38 | 3D | 164 | 2A | 1B |
| Octal | 143 | 50 | 54 | 0 | 74 | 70 | 75 | 544 | 52 | 33 |
| Binary | 1100011 | 101000 | 101100 | 0 | 111100 | 111000 | 111101 | 101100100 | 101010 | 11011 |
Color Harmonies of #63282C
Complementary color
Monochromatic Colors of #63282C
Black with #63282C
Text Example
Text Example
White with #63282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63282C; }
p { color: rgb(99,40,44); }
H1.HeaderClassName
{
color: #63282C;
}
.AnyTagClassName
{
color: #63282C;
}
</style>
background-color css
<style>
a { background-color: #63282C; }
a { background-color: rgb(99,40,44); }
div.DivClassName
{
background-color: #63282C;
}
.BgClassName
{
background-color: #63282C;
}
</style>
border-color css
<style>
span { border-color: #63282C; }
span { border-color: rgb(99,40,44); }
td.TdClassName
{
border-color: #63282C;
}
.TagClassName
{
border-color: #63282C;
}
</style>