Shades of Red Devil #66272A
Tints of Red Devil #66272A
RGB
CMYK
RGB Variations
Color information
#66272A (or 0x66272A) is known color: Red Devil. HEX triplet: 66, 27 and 2A. RGB value is (102,39,42). Sum of RGB (Red+Green+Blue) = 102+39+42=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66272A is #99D8D5. Grayscale: #3A3A3A. Windows color (decimal): -10082518 or 2762598. OLE color: 2762598.
HSL color Cylindrical-coordinate representation of color #66272A: hue angle of 357.14º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66272A is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 42 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.6 |
| HSL | 357.14º | 0.45% | 0.28% | - |
| HSV(B) | 357.14º | 0.62% | 0.4% | - |
| XYZ | 6.62 | 4.44 | 2.7 | - |
| YUV | 58.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 42 | 0 | 0.62 | 0.59 | 0.6 | 357.14 | 0.45 | 0.28 |
| Hex | 66 | 27 | 2A | 0 | 3E | 3B | 3C | 165 | 2D | 1C |
| Octal | 146 | 47 | 52 | 0 | 76 | 73 | 74 | 545 | 55 | 34 |
| Binary | 1100110 | 100111 | 101010 | 0 | 111110 | 111011 | 111100 | 101100101 | 101101 | 11100 |
Color Harmonies of #66272A
Complementary color
Monochromatic Colors of #66272A
Black with #66272A
Text Example
Text Example
White with #66272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66272A; }
p { color: rgb(102,39,42); }
H1.HeaderClassName
{
color: #66272A;
}
.AnyTagClassName
{
color: #66272A;
}
</style>
background-color css
<style>
a { background-color: #66272A; }
a { background-color: rgb(102,39,42); }
div.DivClassName
{
background-color: #66272A;
}
.BgClassName
{
background-color: #66272A;
}
</style>
border-color css
<style>
span { border-color: #66272A; }
span { border-color: rgb(102,39,42); }
td.TdClassName
{
border-color: #66272A;
}
.TagClassName
{
border-color: #66272A;
}
</style>