Shades of Red Devil #64292C
Tints of Red Devil #64292C
RGB
CMYK
RGB Variations
Color information
#64292C (or 0x64292C) is known color: Red Devil. HEX triplet: 64, 29 and 2C. RGB value is (100,41,44). Sum of RGB (Red+Green+Blue) = 100+41+44=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #64292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64292C is #9BD6D3. Grayscale: #3B3B3B. Windows color (decimal): -10213076 or 2894180. OLE color: 2894180.
HSL color Cylindrical-coordinate representation of color #64292C: hue angle of 356.95º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64292C is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 41 | 44 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.61 |
| HSL | 356.95º | 0.42% | 0.28% | - |
| HSV(B) | 356.95º | 0.59% | 0.39% | - |
| XYZ | 6.5 | 4.48 | 2.9 | - |
| YUV | 58.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 44 | 0 | 0.59 | 0.56 | 0.61 | 356.95 | 0.42 | 0.28 |
| Hex | 64 | 29 | 2C | 0 | 3B | 38 | 3D | 165 | 2A | 1C |
| Octal | 144 | 51 | 54 | 0 | 73 | 70 | 75 | 545 | 52 | 34 |
| Binary | 1100100 | 101001 | 101100 | 0 | 111011 | 111000 | 111101 | 101100101 | 101010 | 11100 |
Color Harmonies of #64292C
Complementary color
Monochromatic Colors of #64292C
Black with #64292C
Text Example
Text Example
White with #64292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64292C; }
p { color: rgb(100,41,44); }
H1.HeaderClassName
{
color: #64292C;
}
.AnyTagClassName
{
color: #64292C;
}
</style>
background-color css
<style>
a { background-color: #64292C; }
a { background-color: rgb(100,41,44); }
div.DivClassName
{
background-color: #64292C;
}
.BgClassName
{
background-color: #64292C;
}
</style>
border-color css
<style>
span { border-color: #64292C; }
span { border-color: rgb(100,41,44); }
td.TdClassName
{
border-color: #64292C;
}
.TagClassName
{
border-color: #64292C;
}
</style>