Shades of Red Devil #662425
Tints of Red Devil #662425
RGB
CMYK
RGB Variations
Color information
#662425 (or 0x662425) is known color: Red Devil. HEX triplet: 66, 24 and 25. RGB value is (102,36,37). Sum of RGB (Red+Green+Blue) = 102+36+37=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #662425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662425 is #99DBDA. Grayscale: #373737. Windows color (decimal): -10083291 or 2434150. OLE color: 2434150.
HSL color Cylindrical-coordinate representation of color #662425: hue angle of 359.09º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #662425 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 36 | 37 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.6 |
| HSL | 359.09º | 0.48% | 0.27% | - |
| HSV(B) | 359.09º | 0.65% | 0.4% | - |
| XYZ | 6.44 | 4.22 | 2.23 | - |
| YUV | 55.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 37 | 0 | 0.65 | 0.64 | 0.6 | 359.09 | 0.48 | 0.27 |
| Hex | 66 | 24 | 25 | 0 | 41 | 40 | 3C | 167 | 30 | 1B |
| Octal | 146 | 44 | 45 | 0 | 101 | 100 | 74 | 547 | 60 | 33 |
| Binary | 1100110 | 100100 | 100101 | 0 | 1000001 | 1000000 | 111100 | 101100111 | 110000 | 11011 |
Color Harmonies of #662425
Complementary color
Monochromatic Colors of #662425
Black with #662425
Text Example
Text Example
White with #662425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662425; }
p { color: rgb(102,36,37); }
H1.HeaderClassName
{
color: #662425;
}
.AnyTagClassName
{
color: #662425;
}
</style>
background-color css
<style>
a { background-color: #662425; }
a { background-color: rgb(102,36,37); }
div.DivClassName
{
background-color: #662425;
}
.BgClassName
{
background-color: #662425;
}
</style>
border-color css
<style>
span { border-color: #662425; }
span { border-color: rgb(102,36,37); }
td.TdClassName
{
border-color: #662425;
}
.TagClassName
{
border-color: #662425;
}
</style>