Shades of Red Berry #6E222A
Tints of Red Berry #6E222A
RGB
CMYK
RGB Variations
Color information
#6E222A (or 0x6E222A) is known color: Red Berry. HEX triplet: 6E, 22 and 2A. RGB value is (110,34,42). Sum of RGB (Red+Green+Blue) = 110+34+42=186 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.14% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 110 - color contains mainly: red. Hex color #6E222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E222A is #91DDD5. Grayscale: #393939. Windows color (decimal): -9559510 or 2761326. OLE color: 2761326.
HSL color Cylindrical-coordinate representation of color #6E222A: hue angle of 353.68º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E222A is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 34 | 42 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.57 |
| HSL | 353.68º | 0.53% | 0.28% | - |
| HSV(B) | 353.68º | 0.69% | 0.43% | - |
| XYZ | 7.42 | 4.63 | 2.69 | - |
| YUV | 57.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 34 | 42 | 0 | 0.69 | 0.62 | 0.57 | 353.68 | 0.53 | 0.28 |
| Hex | 6E | 22 | 2A | 0 | 45 | 3E | 39 | 162 | 35 | 1C |
| Octal | 156 | 42 | 52 | 0 | 105 | 76 | 71 | 542 | 65 | 34 |
| Binary | 1101110 | 100010 | 101010 | 0 | 1000101 | 111110 | 111001 | 101100010 | 110101 | 11100 |
Color Harmonies of #6E222A
Complementary color
Monochromatic Colors of #6E222A
Black with #6E222A
Text Example
Text Example
White with #6E222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E222A; }
p { color: rgb(110,34,42); }
H1.HeaderClassName
{
color: #6E222A;
}
.AnyTagClassName
{
color: #6E222A;
}
</style>
background-color css
<style>
a { background-color: #6E222A; }
a { background-color: rgb(110,34,42); }
div.DivClassName
{
background-color: #6E222A;
}
.BgClassName
{
background-color: #6E222A;
}
</style>
border-color css
<style>
span { border-color: #6E222A; }
span { border-color: rgb(110,34,42); }
td.TdClassName
{
border-color: #6E222A;
}
.TagClassName
{
border-color: #6E222A;
}
</style>