Shades of Red Devil #662D2E
Tints of Red Devil #662D2E
RGB
CMYK
RGB Variations
Color information
#662D2E (or 0x662D2E) is known color: Red Devil. HEX triplet: 66, 2D and 2E. RGB value is (102,45,46). Sum of RGB (Red+Green+Blue) = 102+45+46=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #662D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D2E is #99D2D1. Grayscale: #3E3E3E. Windows color (decimal): -10080978 or 3026278. OLE color: 3026278.
HSL color Cylindrical-coordinate representation of color #662D2E: hue angle of 358.95º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #662D2E is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 46 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.6 |
| HSL | 358.95º | 0.39% | 0.29% | - |
| HSV(B) | 358.95º | 0.56% | 0.4% | - |
| XYZ | 6.91 | 4.9 | 3.17 | - |
| YUV | 62.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 46 | 0 | 0.56 | 0.55 | 0.6 | 358.95 | 0.39 | 0.29 |
| Hex | 66 | 2D | 2E | 0 | 38 | 37 | 3C | 167 | 27 | 1D |
| Octal | 146 | 55 | 56 | 0 | 70 | 67 | 74 | 547 | 47 | 35 |
| Binary | 1100110 | 101101 | 101110 | 0 | 111000 | 110111 | 111100 | 101100111 | 100111 | 11101 |
Color Harmonies of #662D2E
Complementary color
Monochromatic Colors of #662D2E
Black with #662D2E
Text Example
Text Example
White with #662D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D2E; }
p { color: rgb(102,45,46); }
H1.HeaderClassName
{
color: #662D2E;
}
.AnyTagClassName
{
color: #662D2E;
}
</style>
background-color css
<style>
a { background-color: #662D2E; }
a { background-color: rgb(102,45,46); }
div.DivClassName
{
background-color: #662D2E;
}
.BgClassName
{
background-color: #662D2E;
}
</style>
border-color css
<style>
span { border-color: #662D2E; }
span { border-color: rgb(102,45,46); }
td.TdClassName
{
border-color: #662D2E;
}
.TagClassName
{
border-color: #662D2E;
}
</style>