Shades of Red Devil #632A2C
Tints of Red Devil #632A2C
RGB
CMYK
RGB Variations
Color information
#632A2C (or 0x632A2C) is known color: Red Devil. HEX triplet: 63, 2A and 2C. RGB value is (99,42,44). Sum of RGB (Red+Green+Blue) = 99+42+44=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #632A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632A2C is #9CD5D3. Grayscale: #3B3B3B. Windows color (decimal): -10278356 or 2894435. OLE color: 2894435.
HSL color Cylindrical-coordinate representation of color #632A2C: hue angle of 357.89º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #632A2C is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 44 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.61 |
| HSL | 357.89º | 0.4% | 0.28% | - |
| HSV(B) | 357.89º | 0.58% | 0.39% | - |
| XYZ | 6.43 | 4.49 | 2.91 | - |
| YUV | 59.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 44 | 0 | 0.58 | 0.56 | 0.61 | 357.89 | 0.4 | 0.28 |
| Hex | 63 | 2A | 2C | 0 | 3A | 38 | 3D | 166 | 28 | 1C |
| Octal | 143 | 52 | 54 | 0 | 72 | 70 | 75 | 546 | 50 | 34 |
| Binary | 1100011 | 101010 | 101100 | 0 | 111010 | 111000 | 111101 | 101100110 | 101000 | 11100 |
Color Harmonies of #632A2C
Complementary color
Monochromatic Colors of #632A2C
Black with #632A2C
Text Example
Text Example
White with #632A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A2C; }
p { color: rgb(99,42,44); }
H1.HeaderClassName
{
color: #632A2C;
}
.AnyTagClassName
{
color: #632A2C;
}
</style>
background-color css
<style>
a { background-color: #632A2C; }
a { background-color: rgb(99,42,44); }
div.DivClassName
{
background-color: #632A2C;
}
.BgClassName
{
background-color: #632A2C;
}
</style>
border-color css
<style>
span { border-color: #632A2C; }
span { border-color: rgb(99,42,44); }
td.TdClassName
{
border-color: #632A2C;
}
.TagClassName
{
border-color: #632A2C;
}
</style>