Shades of Red Devil #6A2B2D
Tints of Red Devil #6A2B2D
RGB
CMYK
RGB Variations
Color information
#6A2B2D (or 0x6A2B2D) is known color: Red Devil. HEX triplet: 6A, 2B and 2D. RGB value is (106,43,45). Sum of RGB (Red+Green+Blue) = 106+43+45=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2B2D is #95D4D2. Grayscale: #3E3E3E. Windows color (decimal): -9819347 or 2960234. OLE color: 2960234.
HSL color Cylindrical-coordinate representation of color #6A2B2D: hue angle of 358.1º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A2B2D is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 43 | 45 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.58 |
| HSL | 358.1º | 0.42% | 0.29% | - |
| HSV(B) | 358.1º | 0.59% | 0.42% | - |
| XYZ | 7.28 | 4.98 | 3.06 | - |
| YUV | 62.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 43 | 45 | 0 | 0.59 | 0.58 | 0.58 | 358.1 | 0.42 | 0.29 |
| Hex | 6A | 2B | 2D | 0 | 3B | 3A | 3A | 166 | 2A | 1D |
| Octal | 152 | 53 | 55 | 0 | 73 | 72 | 72 | 546 | 52 | 35 |
| Binary | 1101010 | 101011 | 101101 | 0 | 111011 | 111010 | 111010 | 101100110 | 101010 | 11101 |
Color Harmonies of #6A2B2D
Complementary color
Monochromatic Colors of #6A2B2D
Black with #6A2B2D
Text Example
Text Example
White with #6A2B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2B2D; }
p { color: rgb(106,43,45); }
H1.HeaderClassName
{
color: #6A2B2D;
}
.AnyTagClassName
{
color: #6A2B2D;
}
</style>
background-color css
<style>
a { background-color: #6A2B2D; }
a { background-color: rgb(106,43,45); }
div.DivClassName
{
background-color: #6A2B2D;
}
.BgClassName
{
background-color: #6A2B2D;
}
</style>
border-color css
<style>
span { border-color: #6A2B2D; }
span { border-color: rgb(106,43,45); }
td.TdClassName
{
border-color: #6A2B2D;
}
.TagClassName
{
border-color: #6A2B2D;
}
</style>