Shades of Red Devil #662223
Tints of Red Devil #662223
RGB
CMYK
RGB Variations
Color information
#662223 (or 0x662223) is known color: Red Devil. HEX triplet: 66, 22 and 23. RGB value is (102,34,35). Sum of RGB (Red+Green+Blue) = 102+34+35=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #662223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662223 is #99DDDC. Grayscale: #363636. Windows color (decimal): -10083805 or 2302566. OLE color: 2302566.
HSL color Cylindrical-coordinate representation of color #662223: hue angle of 359.12º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662223 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 34 | 35 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.6 |
| HSL | 359.12º | 0.5% | 0.27% | - |
| HSV(B) | 359.12º | 0.67% | 0.4% | - |
| XYZ | 6.35 | 4.09 | 2.04 | - |
| YUV | 54.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 35 | 0 | 0.67 | 0.66 | 0.6 | 359.12 | 0.5 | 0.27 |
| Hex | 66 | 22 | 23 | 0 | 43 | 42 | 3C | 167 | 32 | 1B |
| Octal | 146 | 42 | 43 | 0 | 103 | 102 | 74 | 547 | 62 | 33 |
| Binary | 1100110 | 100010 | 100011 | 0 | 1000011 | 1000010 | 111100 | 101100111 | 110010 | 11011 |
Color Harmonies of #662223
Complementary color
Monochromatic Colors of #662223
Black with #662223
Text Example
Text Example
White with #662223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662223; }
p { color: rgb(102,34,35); }
H1.HeaderClassName
{
color: #662223;
}
.AnyTagClassName
{
color: #662223;
}
</style>
background-color css
<style>
a { background-color: #662223; }
a { background-color: rgb(102,34,35); }
div.DivClassName
{
background-color: #662223;
}
.BgClassName
{
background-color: #662223;
}
</style>
border-color css
<style>
span { border-color: #662223; }
span { border-color: rgb(102,34,35); }
td.TdClassName
{
border-color: #662223;
}
.TagClassName
{
border-color: #662223;
}
</style>