Shades of Red Devil #63292D
Tints of Red Devil #63292D
RGB
CMYK
RGB Variations
Color information
#63292D (or 0x63292D) is known color: Red Devil. HEX triplet: 63, 29 and 2D. RGB value is (99,41,45). Sum of RGB (Red+Green+Blue) = 99+41+45=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #63292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63292D is #9CD6D2. Grayscale: #3A3A3A. Windows color (decimal): -10278611 or 2959715. OLE color: 2959715.
HSL color Cylindrical-coordinate representation of color #63292D: hue angle of 355.86º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63292D is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 41 | 45 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.61 |
| HSL | 355.86º | 0.41% | 0.27% | - |
| HSV(B) | 355.86º | 0.59% | 0.39% | - |
| XYZ | 6.41 | 4.43 | 3 | - |
| YUV | 58.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 45 | 0 | 0.59 | 0.55 | 0.61 | 355.86 | 0.41 | 0.27 |
| Hex | 63 | 29 | 2D | 0 | 3B | 37 | 3D | 164 | 29 | 1B |
| Octal | 143 | 51 | 55 | 0 | 73 | 67 | 75 | 544 | 51 | 33 |
| Binary | 1100011 | 101001 | 101101 | 0 | 111011 | 110111 | 111101 | 101100100 | 101001 | 11011 |
Color Harmonies of #63292D
Complementary color
Monochromatic Colors of #63292D
Black with #63292D
Text Example
Text Example
White with #63292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63292D; }
p { color: rgb(99,41,45); }
H1.HeaderClassName
{
color: #63292D;
}
.AnyTagClassName
{
color: #63292D;
}
</style>
background-color css
<style>
a { background-color: #63292D; }
a { background-color: rgb(99,41,45); }
div.DivClassName
{
background-color: #63292D;
}
.BgClassName
{
background-color: #63292D;
}
</style>
border-color css
<style>
span { border-color: #63292D; }
span { border-color: rgb(99,41,45); }
td.TdClassName
{
border-color: #63292D;
}
.TagClassName
{
border-color: #63292D;
}
</style>