Shades of Red Devil #66292E
Tints of Red Devil #66292E
RGB
CMYK
RGB Variations
Color information
#66292E (or 0x66292E) is known color: Red Devil. HEX triplet: 66, 29 and 2E. RGB value is (102,41,46). Sum of RGB (Red+Green+Blue) = 102+41+46=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #66292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66292E is #99D6D1. Grayscale: #3B3B3B. Windows color (decimal): -10082002 or 3025254. OLE color: 3025254.
HSL color Cylindrical-coordinate representation of color #66292E: hue angle of 355.08º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66292E is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 41 | 46 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.6 |
| HSL | 355.08º | 0.43% | 0.28% | - |
| HSV(B) | 355.08º | 0.6% | 0.4% | - |
| XYZ | 6.77 | 4.61 | 3.12 | - |
| YUV | 59.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 46 | 0 | 0.60 | 0.55 | 0.6 | 355.08 | 0.43 | 0.28 |
| Hex | 66 | 29 | 2E | 0 | 3C | 37 | 3C | 163 | 2B | 1C |
| Octal | 146 | 51 | 56 | 0 | 74 | 67 | 74 | 543 | 53 | 34 |
| Binary | 1100110 | 101001 | 101110 | 0 | 111100 | 110111 | 111100 | 101100011 | 101011 | 11100 |
Color Harmonies of #66292E
Complementary color
Monochromatic Colors of #66292E
Black with #66292E
Text Example
Text Example
White with #66292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66292E; }
p { color: rgb(102,41,46); }
H1.HeaderClassName
{
color: #66292E;
}
.AnyTagClassName
{
color: #66292E;
}
</style>
background-color css
<style>
a { background-color: #66292E; }
a { background-color: rgb(102,41,46); }
div.DivClassName
{
background-color: #66292E;
}
.BgClassName
{
background-color: #66292E;
}
</style>
border-color css
<style>
span { border-color: #66292E; }
span { border-color: rgb(102,41,46); }
td.TdClassName
{
border-color: #66292E;
}
.TagClassName
{
border-color: #66292E;
}
</style>