Shades of Red Devil #662D31
Tints of Red Devil #662D31
RGB
CMYK
RGB Variations
Color information
#662D31 (or 0x662D31) is known color: Red Devil. HEX triplet: 66, 2D and 31. RGB value is (102,45,49). Sum of RGB (Red+Green+Blue) = 102+45+49=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #662D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D31 is #99D2CE. Grayscale: #3E3E3E. Windows color (decimal): -10080975 or 3222886. OLE color: 3222886.
HSL color Cylindrical-coordinate representation of color #662D31: hue angle of 355.79º 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 #662D31 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 49 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.6 |
| HSL | 355.79º | 0.39% | 0.29% | - |
| HSV(B) | 355.79º | 0.56% | 0.4% | - |
| XYZ | 6.97 | 4.92 | 3.49 | - |
| YUV | 62.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 49 | 0 | 0.56 | 0.52 | 0.6 | 355.79 | 0.39 | 0.29 |
| Hex | 66 | 2D | 31 | 0 | 38 | 34 | 3C | 164 | 27 | 1D |
| Octal | 146 | 55 | 61 | 0 | 70 | 64 | 74 | 544 | 47 | 35 |
| Binary | 1100110 | 101101 | 110001 | 0 | 111000 | 110100 | 111100 | 101100100 | 100111 | 11101 |
Color Harmonies of #662D31
Complementary color
Monochromatic Colors of #662D31
Black with #662D31
Text Example
Text Example
White with #662D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D31; }
p { color: rgb(102,45,49); }
H1.HeaderClassName
{
color: #662D31;
}
.AnyTagClassName
{
color: #662D31;
}
</style>
background-color css
<style>
a { background-color: #662D31; }
a { background-color: rgb(102,45,49); }
div.DivClassName
{
background-color: #662D31;
}
.BgClassName
{
background-color: #662D31;
}
</style>
border-color css
<style>
span { border-color: #662D31; }
span { border-color: rgb(102,45,49); }
td.TdClassName
{
border-color: #662D31;
}
.TagClassName
{
border-color: #662D31;
}
</style>