Shades of Red Devil #63262C
Tints of Red Devil #63262C
RGB
CMYK
RGB Variations
Color information
#63262C (or 0x63262C) is known color: Red Devil. HEX triplet: 63, 26 and 2C. RGB value is (99,38,44). Sum of RGB (Red+Green+Blue) = 99+38+44=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #63262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63262C is #9CD9D3. Grayscale: #383838. Windows color (decimal): -10279380 or 2893411. OLE color: 2893411.
HSL color Cylindrical-coordinate representation of color #63262C: hue angle of 354.1º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #63262C is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 38 | 44 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.61 |
| HSL | 354.1º | 0.45% | 0.27% | - |
| HSV(B) | 354.1º | 0.62% | 0.39% | - |
| XYZ | 6.29 | 4.22 | 2.87 | - |
| YUV | 56.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 44 | 0 | 0.62 | 0.56 | 0.61 | 354.1 | 0.45 | 0.27 |
| Hex | 63 | 26 | 2C | 0 | 3E | 38 | 3D | 162 | 2D | 1B |
| Octal | 143 | 46 | 54 | 0 | 76 | 70 | 75 | 542 | 55 | 33 |
| Binary | 1100011 | 100110 | 101100 | 0 | 111110 | 111000 | 111101 | 101100010 | 101101 | 11011 |
Color Harmonies of #63262C
Complementary color
Monochromatic Colors of #63262C
Black with #63262C
Text Example
Text Example
White with #63262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63262C; }
p { color: rgb(99,38,44); }
H1.HeaderClassName
{
color: #63262C;
}
.AnyTagClassName
{
color: #63262C;
}
</style>
background-color css
<style>
a { background-color: #63262C; }
a { background-color: rgb(99,38,44); }
div.DivClassName
{
background-color: #63262C;
}
.BgClassName
{
background-color: #63262C;
}
</style>
border-color css
<style>
span { border-color: #63262C; }
span { border-color: rgb(99,38,44); }
td.TdClassName
{
border-color: #63262C;
}
.TagClassName
{
border-color: #63262C;
}
</style>