Shades of Red Devil #652C30
Tints of Red Devil #652C30
RGB
CMYK
RGB Variations
Color information
#652C30 (or 0x652C30) is known color: Red Devil. HEX triplet: 65, 2C and 30. RGB value is (101,44,48). Sum of RGB (Red+Green+Blue) = 101+44+48=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #652C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652C30 is #9AD3CF. Grayscale: #3D3D3D. Windows color (decimal): -10146768 or 3157093. OLE color: 3157093.
HSL color Cylindrical-coordinate representation of color #652C30: hue angle of 355.79º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #652C30 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 48 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.60 |
| HSL | 355.79º | 0.39% | 0.28% | - |
| HSV(B) | 355.79º | 0.56% | 0.4% | - |
| XYZ | 6.8 | 4.78 | 3.36 | - |
| YUV | 61.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 48 | 0 | 0.56 | 0.52 | 0.60 | 355.79 | 0.39 | 0.28 |
| Hex | 65 | 2C | 30 | 0 | 38 | 34 | 3C | 164 | 27 | 1C |
| Octal | 145 | 54 | 60 | 0 | 70 | 64 | 74 | 544 | 47 | 34 |
| Binary | 1100101 | 101100 | 110000 | 0 | 111000 | 110100 | 111100 | 101100100 | 100111 | 11100 |
Color Harmonies of #652C30
Complementary color
Monochromatic Colors of #652C30
Black with #652C30
Text Example
Text Example
White with #652C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C30; }
p { color: rgb(101,44,48); }
H1.HeaderClassName
{
color: #652C30;
}
.AnyTagClassName
{
color: #652C30;
}
</style>
background-color css
<style>
a { background-color: #652C30; }
a { background-color: rgb(101,44,48); }
div.DivClassName
{
background-color: #652C30;
}
.BgClassName
{
background-color: #652C30;
}
</style>
border-color css
<style>
span { border-color: #652C30; }
span { border-color: rgb(101,44,48); }
td.TdClassName
{
border-color: #652C30;
}
.TagClassName
{
border-color: #652C30;
}
</style>