Shades of Red Devil #60292A
Tints of Red Devil #60292A
RGB
CMYK
RGB Variations
Color information
#60292A (or 0x60292A) is known color: Red Devil. HEX triplet: 60, 29 and 2A. RGB value is (96,41,42). Sum of RGB (Red+Green+Blue) = 96+41+42=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60292A is #9FD6D5. Grayscale: #393939. Windows color (decimal): -10475222 or 2763104. OLE color: 2763104.
HSL color Cylindrical-coordinate representation of color #60292A: hue angle of 358.91º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60292A is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 41 | 42 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.62 |
| HSL | 358.91º | 0.4% | 0.27% | - |
| HSV(B) | 358.91º | 0.57% | 0.38% | - |
| XYZ | 6.03 | 4.24 | 2.69 | - |
| YUV | 57.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 42 | 0 | 0.57 | 0.56 | 0.62 | 358.91 | 0.4 | 0.27 |
| Hex | 60 | 29 | 2A | 0 | 39 | 38 | 3E | 167 | 28 | 1B |
| Octal | 140 | 51 | 52 | 0 | 71 | 70 | 76 | 547 | 50 | 33 |
| Binary | 1100000 | 101001 | 101010 | 0 | 111001 | 111000 | 111110 | 101100111 | 101000 | 11011 |
Color Harmonies of #60292A
Complementary color
Monochromatic Colors of #60292A
Black with #60292A
Text Example
Text Example
White with #60292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60292A; }
p { color: rgb(96,41,42); }
H1.HeaderClassName
{
color: #60292A;
}
.AnyTagClassName
{
color: #60292A;
}
</style>
background-color css
<style>
a { background-color: #60292A; }
a { background-color: rgb(96,41,42); }
div.DivClassName
{
background-color: #60292A;
}
.BgClassName
{
background-color: #60292A;
}
</style>
border-color css
<style>
span { border-color: #60292A; }
span { border-color: rgb(96,41,42); }
td.TdClassName
{
border-color: #60292A;
}
.TagClassName
{
border-color: #60292A;
}
</style>