Shades of Red Devil #642D2E
Tints of Red Devil #642D2E
RGB
CMYK
RGB Variations
Color information
#642D2E (or 0x642D2E) is known color: Red Devil. HEX triplet: 64, 2D and 2E. RGB value is (100,45,46). Sum of RGB (Red+Green+Blue) = 100+45+46=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #642D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642D2E is #9BD2D1. Grayscale: #3D3D3D. Windows color (decimal): -10212050 or 3026276. OLE color: 3026276.
HSL color Cylindrical-coordinate representation of color #642D2E: hue angle of 358.91º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #642D2E is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 45 | 46 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.61 |
| HSL | 358.91º | 0.38% | 0.28% | - |
| HSV(B) | 358.91º | 0.55% | 0.39% | - |
| XYZ | 6.69 | 4.78 | 3.16 | - |
| YUV | 61.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 46 | 0 | 0.55 | 0.54 | 0.61 | 358.91 | 0.38 | 0.28 |
| Hex | 64 | 2D | 2E | 0 | 37 | 36 | 3D | 167 | 26 | 1C |
| Octal | 144 | 55 | 56 | 0 | 67 | 66 | 75 | 547 | 46 | 34 |
| Binary | 1100100 | 101101 | 101110 | 0 | 110111 | 110110 | 111101 | 101100111 | 100110 | 11100 |
Color Harmonies of #642D2E
Complementary color
Monochromatic Colors of #642D2E
Black with #642D2E
Text Example
Text Example
White with #642D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D2E; }
p { color: rgb(100,45,46); }
H1.HeaderClassName
{
color: #642D2E;
}
.AnyTagClassName
{
color: #642D2E;
}
</style>
background-color css
<style>
a { background-color: #642D2E; }
a { background-color: rgb(100,45,46); }
div.DivClassName
{
background-color: #642D2E;
}
.BgClassName
{
background-color: #642D2E;
}
</style>
border-color css
<style>
span { border-color: #642D2E; }
span { border-color: rgb(100,45,46); }
td.TdClassName
{
border-color: #642D2E;
}
.TagClassName
{
border-color: #642D2E;
}
</style>