Shades of Red Devil #662B2C
Tints of Red Devil #662B2C
RGB
CMYK
RGB Variations
Color information
#662B2C (or 0x662B2C) is known color: Red Devil. HEX triplet: 66, 2B and 2C. RGB value is (102,43,44). Sum of RGB (Red+Green+Blue) = 102+43+44=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #662B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B2C is #99D4D3. Grayscale: #3C3C3C. Windows color (decimal): -10081492 or 2894694. OLE color: 2894694.
HSL color Cylindrical-coordinate representation of color #662B2C: hue angle of 358.98º 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 #662B2C is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 43 | 44 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.6 |
| HSL | 358.98º | 0.41% | 0.28% | - |
| HSV(B) | 358.98º | 0.58% | 0.4% | - |
| XYZ | 6.8 | 4.73 | 2.94 | - |
| YUV | 60.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 44 | 0 | 0.58 | 0.57 | 0.6 | 358.98 | 0.41 | 0.28 |
| Hex | 66 | 2B | 2C | 0 | 3A | 39 | 3C | 167 | 29 | 1C |
| Octal | 146 | 53 | 54 | 0 | 72 | 71 | 74 | 547 | 51 | 34 |
| Binary | 1100110 | 101011 | 101100 | 0 | 111010 | 111001 | 111100 | 101100111 | 101001 | 11100 |
Color Harmonies of #662B2C
Complementary color
Monochromatic Colors of #662B2C
Black with #662B2C
Text Example
Text Example
White with #662B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662B2C; }
p { color: rgb(102,43,44); }
H1.HeaderClassName
{
color: #662B2C;
}
.AnyTagClassName
{
color: #662B2C;
}
</style>
background-color css
<style>
a { background-color: #662B2C; }
a { background-color: rgb(102,43,44); }
div.DivClassName
{
background-color: #662B2C;
}
.BgClassName
{
background-color: #662B2C;
}
</style>
border-color css
<style>
span { border-color: #662B2C; }
span { border-color: rgb(102,43,44); }
td.TdClassName
{
border-color: #662B2C;
}
.TagClassName
{
border-color: #662B2C;
}
</style>