Shades of Red Devil #6B2A2E
Tints of Red Devil #6B2A2E
RGB
CMYK
RGB Variations
Color information
#6B2A2E (or 0x6B2A2E) is known color: Red Devil. HEX triplet: 6B, 2A and 2E. RGB value is (107,42,46). Sum of RGB (Red+Green+Blue) = 107+42+46=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2A2E is #94D5D1. Grayscale: #3D3D3D. Windows color (decimal): -9754066 or 3025515. OLE color: 3025515.
HSL color Cylindrical-coordinate representation of color #6B2A2E: hue angle of 356.31º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B2A2E is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 42 | 46 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.58 |
| HSL | 356.31º | 0.44% | 0.29% | - |
| HSV(B) | 356.31º | 0.61% | 0.42% | - |
| XYZ | 7.38 | 4.98 | 3.16 | - |
| YUV | 61.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 42 | 46 | 0 | 0.61 | 0.57 | 0.58 | 356.31 | 0.44 | 0.29 |
| Hex | 6B | 2A | 2E | 0 | 3D | 39 | 3A | 164 | 2C | 1D |
| Octal | 153 | 52 | 56 | 0 | 75 | 71 | 72 | 544 | 54 | 35 |
| Binary | 1101011 | 101010 | 101110 | 0 | 111101 | 111001 | 111010 | 101100100 | 101100 | 11101 |
Color Harmonies of #6B2A2E
Complementary color
Monochromatic Colors of #6B2A2E
Black with #6B2A2E
Text Example
Text Example
White with #6B2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2A2E; }
p { color: rgb(107,42,46); }
H1.HeaderClassName
{
color: #6B2A2E;
}
.AnyTagClassName
{
color: #6B2A2E;
}
</style>
background-color css
<style>
a { background-color: #6B2A2E; }
a { background-color: rgb(107,42,46); }
div.DivClassName
{
background-color: #6B2A2E;
}
.BgClassName
{
background-color: #6B2A2E;
}
</style>
border-color css
<style>
span { border-color: #6B2A2E; }
span { border-color: rgb(107,42,46); }
td.TdClassName
{
border-color: #6B2A2E;
}
.TagClassName
{
border-color: #6B2A2E;
}
</style>