Shades of Red Berry #6E1F2C
Tints of Red Berry #6E1F2C
RGB
CMYK
RGB Variations
Color information
#6E1F2C (or 0x6E1F2C) is known color: Red Berry. HEX triplet: 6E, 1F and 2C. RGB value is (110,31,44). Sum of RGB (Red+Green+Blue) = 110+31+44=185 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.46% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1F2C is #91E0D3. Grayscale: #383838. Windows color (decimal): -9560276 or 2891630. OLE color: 2891630.
HSL color Cylindrical-coordinate representation of color #6E1F2C: hue angle of 350.13º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E1F2C is Cyan = 0, Magento = 0.72, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 31 | 44 | - |
| CMYK | 0 | 0.72 | 0.6 | 0.57 |
| HSL | 350.13º | 0.56% | 0.28% | - |
| HSV(B) | 350.13º | 0.72% | 0.43% | - |
| XYZ | 7.38 | 4.48 | 2.86 | - |
| YUV | 56.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 31 | 44 | 0 | 0.72 | 0.6 | 0.57 | 350.13 | 0.56 | 0.28 |
| Hex | 6E | 1F | 2C | 0 | 48 | 3C | 39 | 15E | 38 | 1C |
| Octal | 156 | 37 | 54 | 0 | 110 | 74 | 71 | 536 | 70 | 34 |
| Binary | 1101110 | 11111 | 101100 | 0 | 1001000 | 111100 | 111001 | 101011110 | 111000 | 11100 |
Color Harmonies of #6E1F2C
Complementary color
Monochromatic Colors of #6E1F2C
Black with #6E1F2C
Text Example
Text Example
White with #6E1F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1F2C; }
p { color: rgb(110,31,44); }
H1.HeaderClassName
{
color: #6E1F2C;
}
.AnyTagClassName
{
color: #6E1F2C;
}
</style>
background-color css
<style>
a { background-color: #6E1F2C; }
a { background-color: rgb(110,31,44); }
div.DivClassName
{
background-color: #6E1F2C;
}
.BgClassName
{
background-color: #6E1F2C;
}
</style>
border-color css
<style>
span { border-color: #6E1F2C; }
span { border-color: rgb(110,31,44); }
td.TdClassName
{
border-color: #6E1F2C;
}
.TagClassName
{
border-color: #6E1F2C;
}
</style>