Shades of Red Devil #662E31
Tints of Red Devil #662E31
RGB
CMYK
RGB Variations
Color information
#662E31 (or 0x662E31) is known color: Red Devil. HEX triplet: 66, 2E and 31. RGB value is (102,46,49). Sum of RGB (Red+Green+Blue) = 102+46+49=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #662E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E31 is #99D1CE. Grayscale: #3F3F3F. Windows color (decimal): -10080719 or 3223142. OLE color: 3223142.
HSL color Cylindrical-coordinate representation of color #662E31: hue angle of 356.79º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #662E31 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 49 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.6 |
| HSL | 356.79º | 0.38% | 0.29% | - |
| HSV(B) | 356.79º | 0.55% | 0.4% | - |
| XYZ | 7.01 | 5 | 3.5 | - |
| YUV | 63.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 49 | 0 | 0.55 | 0.52 | 0.6 | 356.79 | 0.38 | 0.29 |
| Hex | 66 | 2E | 31 | 0 | 37 | 34 | 3C | 165 | 26 | 1D |
| Octal | 146 | 56 | 61 | 0 | 67 | 64 | 74 | 545 | 46 | 35 |
| Binary | 1100110 | 101110 | 110001 | 0 | 110111 | 110100 | 111100 | 101100101 | 100110 | 11101 |
Color Harmonies of #662E31
Complementary color
Monochromatic Colors of #662E31
Black with #662E31
Text Example
Text Example
White with #662E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E31; }
p { color: rgb(102,46,49); }
H1.HeaderClassName
{
color: #662E31;
}
.AnyTagClassName
{
color: #662E31;
}
</style>
background-color css
<style>
a { background-color: #662E31; }
a { background-color: rgb(102,46,49); }
div.DivClassName
{
background-color: #662E31;
}
.BgClassName
{
background-color: #662E31;
}
</style>
border-color css
<style>
span { border-color: #662E31; }
span { border-color: rgb(102,46,49); }
td.TdClassName
{
border-color: #662E31;
}
.TagClassName
{
border-color: #662E31;
}
</style>