Shades of Red Devil #642A2E
Tints of Red Devil #642A2E
RGB
CMYK
RGB Variations
Color information
#642A2E (or 0x642A2E) is known color: Red Devil. HEX triplet: 64, 2A and 2E. RGB value is (100,42,46). Sum of RGB (Red+Green+Blue) = 100+42+46=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #642A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642A2E is #9BD5D1. Grayscale: #3B3B3B. Windows color (decimal): -10212818 or 3025508. OLE color: 3025508.
HSL color Cylindrical-coordinate representation of color #642A2E: hue angle of 355.86º degrees, saturation: 0.41, 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 #642A2E is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 42 | 46 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.61 |
| HSL | 355.86º | 0.41% | 0.28% | - |
| HSV(B) | 355.86º | 0.58% | 0.39% | - |
| XYZ | 6.58 | 4.56 | 3.12 | - |
| YUV | 59.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 46 | 0 | 0.58 | 0.54 | 0.61 | 355.86 | 0.41 | 0.28 |
| Hex | 64 | 2A | 2E | 0 | 3A | 36 | 3D | 164 | 29 | 1C |
| Octal | 144 | 52 | 56 | 0 | 72 | 66 | 75 | 544 | 51 | 34 |
| Binary | 1100100 | 101010 | 101110 | 0 | 111010 | 110110 | 111101 | 101100100 | 101001 | 11100 |
Color Harmonies of #642A2E
Complementary color
Monochromatic Colors of #642A2E
Black with #642A2E
Text Example
Text Example
White with #642A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A2E; }
p { color: rgb(100,42,46); }
H1.HeaderClassName
{
color: #642A2E;
}
.AnyTagClassName
{
color: #642A2E;
}
</style>
background-color css
<style>
a { background-color: #642A2E; }
a { background-color: rgb(100,42,46); }
div.DivClassName
{
background-color: #642A2E;
}
.BgClassName
{
background-color: #642A2E;
}
</style>
border-color css
<style>
span { border-color: #642A2E; }
span { border-color: rgb(100,42,46); }
td.TdClassName
{
border-color: #642A2E;
}
.TagClassName
{
border-color: #642A2E;
}
</style>