Shades of Red Devil #662E32
Tints of Red Devil #662E32
RGB
CMYK
RGB Variations
Color information
#662E32 (or 0x662E32) is known color: Red Devil. HEX triplet: 66, 2E and 32. RGB value is (102,46,50). Sum of RGB (Red+Green+Blue) = 102+46+50=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #662E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E32 is #99D1CD. Grayscale: #3F3F3F. Windows color (decimal): -10080718 or 3288678. OLE color: 3288678.
HSL color Cylindrical-coordinate representation of color #662E32: hue angle of 355.71º 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 #662E32 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 50 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.6 |
| HSL | 355.71º | 0.38% | 0.29% | - |
| HSV(B) | 355.71º | 0.55% | 0.4% | - |
| XYZ | 7.03 | 5.01 | 3.61 | - |
| YUV | 63.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 50 | 0 | 0.55 | 0.51 | 0.6 | 355.71 | 0.38 | 0.29 |
| Hex | 66 | 2E | 32 | 0 | 37 | 33 | 3C | 164 | 26 | 1D |
| Octal | 146 | 56 | 62 | 0 | 67 | 63 | 74 | 544 | 46 | 35 |
| Binary | 1100110 | 101110 | 110010 | 0 | 110111 | 110011 | 111100 | 101100100 | 100110 | 11101 |
Color Harmonies of #662E32
Complementary color
Monochromatic Colors of #662E32
Black with #662E32
Text Example
Text Example
White with #662E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E32; }
p { color: rgb(102,46,50); }
H1.HeaderClassName
{
color: #662E32;
}
.AnyTagClassName
{
color: #662E32;
}
</style>
background-color css
<style>
a { background-color: #662E32; }
a { background-color: rgb(102,46,50); }
div.DivClassName
{
background-color: #662E32;
}
.BgClassName
{
background-color: #662E32;
}
</style>
border-color css
<style>
span { border-color: #662E32; }
span { border-color: rgb(102,46,50); }
td.TdClassName
{
border-color: #662E32;
}
.TagClassName
{
border-color: #662E32;
}
</style>