Shades of Red Devil #652E30
Tints of Red Devil #652E30
RGB
CMYK
RGB Variations
Color information
#652E30 (or 0x652E30) is known color: Red Devil. HEX triplet: 65, 2E and 30. RGB value is (101,46,48). Sum of RGB (Red+Green+Blue) = 101+46+48=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #652E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652E30 is #9AD1CF. Grayscale: #3E3E3E. Windows color (decimal): -10146256 or 3157605. OLE color: 3157605.
HSL color Cylindrical-coordinate representation of color #652E30: hue angle of 357.82º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #652E30 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 46 | 48 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.60 |
| HSL | 357.82º | 0.37% | 0.29% | - |
| HSV(B) | 357.82º | 0.54% | 0.4% | - |
| XYZ | 6.88 | 4.93 | 3.39 | - |
| YUV | 62.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 48 | 0 | 0.54 | 0.52 | 0.60 | 357.82 | 0.37 | 0.29 |
| Hex | 65 | 2E | 30 | 0 | 36 | 34 | 3C | 166 | 25 | 1D |
| Octal | 145 | 56 | 60 | 0 | 66 | 64 | 74 | 546 | 45 | 35 |
| Binary | 1100101 | 101110 | 110000 | 0 | 110110 | 110100 | 111100 | 101100110 | 100101 | 11101 |
Color Harmonies of #652E30
Complementary color
Monochromatic Colors of #652E30
Black with #652E30
Text Example
Text Example
White with #652E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652E30; }
p { color: rgb(101,46,48); }
H1.HeaderClassName
{
color: #652E30;
}
.AnyTagClassName
{
color: #652E30;
}
</style>
background-color css
<style>
a { background-color: #652E30; }
a { background-color: rgb(101,46,48); }
div.DivClassName
{
background-color: #652E30;
}
.BgClassName
{
background-color: #652E30;
}
</style>
border-color css
<style>
span { border-color: #652E30; }
span { border-color: rgb(101,46,48); }
td.TdClassName
{
border-color: #652E30;
}
.TagClassName
{
border-color: #652E30;
}
</style>