Shades of Red Devil #662C2F
Tints of Red Devil #662C2F
RGB
CMYK
RGB Variations
Color information
#662C2F (or 0x662C2F) is known color: Red Devil. HEX triplet: 66, 2C and 2F. RGB value is (102,44,47). Sum of RGB (Red+Green+Blue) = 102+44+47=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #662C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C2F is #99D3D0. Grayscale: #3D3D3D. Windows color (decimal): -10081233 or 3091558. OLE color: 3091558.
HSL color Cylindrical-coordinate representation of color #662C2F: hue angle of 356.9º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #662C2F is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 44 | 47 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.6 |
| HSL | 356.9º | 0.4% | 0.29% | - |
| HSV(B) | 356.9º | 0.57% | 0.4% | - |
| XYZ | 6.89 | 4.83 | 3.26 | - |
| YUV | 61.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 47 | 0 | 0.57 | 0.54 | 0.6 | 356.9 | 0.4 | 0.29 |
| Hex | 66 | 2C | 2F | 0 | 39 | 36 | 3C | 165 | 28 | 1D |
| Octal | 146 | 54 | 57 | 0 | 71 | 66 | 74 | 545 | 50 | 35 |
| Binary | 1100110 | 101100 | 101111 | 0 | 111001 | 110110 | 111100 | 101100101 | 101000 | 11101 |
Color Harmonies of #662C2F
Complementary color
Monochromatic Colors of #662C2F
Black with #662C2F
Text Example
Text Example
White with #662C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C2F; }
p { color: rgb(102,44,47); }
H1.HeaderClassName
{
color: #662C2F;
}
.AnyTagClassName
{
color: #662C2F;
}
</style>
background-color css
<style>
a { background-color: #662C2F; }
a { background-color: rgb(102,44,47); }
div.DivClassName
{
background-color: #662C2F;
}
.BgClassName
{
background-color: #662C2F;
}
</style>
border-color css
<style>
span { border-color: #662C2F; }
span { border-color: rgb(102,44,47); }
td.TdClassName
{
border-color: #662C2F;
}
.TagClassName
{
border-color: #662C2F;
}
</style>