Shades of Red Berry #6E2223
Tints of Red Berry #6E2223
RGB
CMYK
RGB Variations
Color information
#6E2223 (or 0x6E2223) is known color: Red Berry. HEX triplet: 6E, 22 and 23. RGB value is (110,34,35). Sum of RGB (Red+Green+Blue) = 110+34+35=179 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.45% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2223 is #91DDDC. Grayscale: #383838. Windows color (decimal): -9559517 or 2302574. OLE color: 2302574.
HSL color Cylindrical-coordinate representation of color #6E2223: hue angle of 359.21º 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 #6E2223 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 34 | 35 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.57 |
| HSL | 359.21º | 0.53% | 0.28% | - |
| HSV(B) | 359.21º | 0.69% | 0.43% | - |
| XYZ | 7.31 | 4.58 | 2.09 | - |
| YUV | 56.84 | 115.68 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 34 | 35 | 0 | 0.69 | 0.68 | 0.57 | 359.21 | 0.53 | 0.28 |
| Hex | 6E | 22 | 23 | 0 | 45 | 44 | 39 | 167 | 35 | 1C |
| Octal | 156 | 42 | 43 | 0 | 105 | 104 | 71 | 547 | 65 | 34 |
| Binary | 1101110 | 100010 | 100011 | 0 | 1000101 | 1000100 | 111001 | 101100111 | 110101 | 11100 |
Color Harmonies of #6E2223
Complementary color
Monochromatic Colors of #6E2223
Black with #6E2223
Text Example
Text Example
White with #6E2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2223; }
p { color: rgb(110,34,35); }
H1.HeaderClassName
{
color: #6E2223;
}
.AnyTagClassName
{
color: #6E2223;
}
</style>
background-color css
<style>
a { background-color: #6E2223; }
a { background-color: rgb(110,34,35); }
div.DivClassName
{
background-color: #6E2223;
}
.BgClassName
{
background-color: #6E2223;
}
</style>
border-color css
<style>
span { border-color: #6E2223; }
span { border-color: rgb(110,34,35); }
td.TdClassName
{
border-color: #6E2223;
}
.TagClassName
{
border-color: #6E2223;
}
</style>