Shades of Red Devil #602629
Tints of Red Devil #602629
RGB
CMYK
RGB Variations
Color information
#602629 (or 0x602629) is known color: Red Devil. HEX triplet: 60, 26 and 29. RGB value is (96,38,41). Sum of RGB (Red+Green+Blue) = 96+38+41=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #602629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602629 is #9FD9D6. Grayscale: #373737. Windows color (decimal): -10475991 or 2696800. OLE color: 2696800.
HSL color Cylindrical-coordinate representation of color #602629: hue angle of 356.9º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #602629 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 38 | 41 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.62 |
| HSL | 356.9º | 0.43% | 0.26% | - |
| HSV(B) | 356.9º | 0.6% | 0.38% | - |
| XYZ | 5.92 | 4.03 | 2.56 | - |
| YUV | 55.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 41 | 0 | 0.60 | 0.57 | 0.62 | 356.9 | 0.43 | 0.26 |
| Hex | 60 | 26 | 29 | 0 | 3C | 39 | 3E | 165 | 2B | 1A |
| Octal | 140 | 46 | 51 | 0 | 74 | 71 | 76 | 545 | 53 | 32 |
| Binary | 1100000 | 100110 | 101001 | 0 | 111100 | 111001 | 111110 | 101100101 | 101011 | 11010 |
Color Harmonies of #602629
Complementary color
Monochromatic Colors of #602629
Black with #602629
Text Example
Text Example
White with #602629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602629; }
p { color: rgb(96,38,41); }
H1.HeaderClassName
{
color: #602629;
}
.AnyTagClassName
{
color: #602629;
}
</style>
background-color css
<style>
a { background-color: #602629; }
a { background-color: rgb(96,38,41); }
div.DivClassName
{
background-color: #602629;
}
.BgClassName
{
background-color: #602629;
}
</style>
border-color css
<style>
span { border-color: #602629; }
span { border-color: rgb(96,38,41); }
td.TdClassName
{
border-color: #602629;
}
.TagClassName
{
border-color: #602629;
}
</style>