Shades of Red Devil #662B2D
Tints of Red Devil #662B2D
RGB
CMYK
RGB Variations
Color information
#662B2D (or 0x662B2D) is known color: Red Devil. HEX triplet: 66, 2B and 2D. RGB value is (102,43,45). Sum of RGB (Red+Green+Blue) = 102+43+45=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #662B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B2D is #99D4D2. Grayscale: #3C3C3C. Windows color (decimal): -10081491 or 2960230. OLE color: 2960230.
HSL color Cylindrical-coordinate representation of color #662B2D: hue angle of 357.97º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #662B2D is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 43 | 45 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.6 |
| HSL | 357.97º | 0.41% | 0.28% | - |
| HSV(B) | 357.97º | 0.58% | 0.4% | - |
| XYZ | 6.82 | 4.74 | 3.04 | - |
| YUV | 60.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 45 | 0 | 0.58 | 0.56 | 0.6 | 357.97 | 0.41 | 0.28 |
| Hex | 66 | 2B | 2D | 0 | 3A | 38 | 3C | 166 | 29 | 1C |
| Octal | 146 | 53 | 55 | 0 | 72 | 70 | 74 | 546 | 51 | 34 |
| Binary | 1100110 | 101011 | 101101 | 0 | 111010 | 111000 | 111100 | 101100110 | 101001 | 11100 |
Color Harmonies of #662B2D
Complementary color
Monochromatic Colors of #662B2D
Black with #662B2D
Text Example
Text Example
White with #662B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662B2D; }
p { color: rgb(102,43,45); }
H1.HeaderClassName
{
color: #662B2D;
}
.AnyTagClassName
{
color: #662B2D;
}
</style>
background-color css
<style>
a { background-color: #662B2D; }
a { background-color: rgb(102,43,45); }
div.DivClassName
{
background-color: #662B2D;
}
.BgClassName
{
background-color: #662B2D;
}
</style>
border-color css
<style>
span { border-color: #662B2D; }
span { border-color: rgb(102,43,45); }
td.TdClassName
{
border-color: #662B2D;
}
.TagClassName
{
border-color: #662B2D;
}
</style>