Shades of Red Berry #6E1724
Tints of Red Berry #6E1724
RGB
CMYK
RGB Variations
Color information
#6E1724 (or 0x6E1724) is known color: Red Berry. HEX triplet: 6E, 17 and 24. RGB value is (110,23,36). Sum of RGB (Red+Green+Blue) = 110+23+36=169 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.09% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1724 is #91E8DB. Grayscale: #323232. Windows color (decimal): -9562332 or 2365294. OLE color: 2365294.
HSL color Cylindrical-coordinate representation of color #6E1724: hue angle of 351.03º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E1724 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 23 | 36 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.57 |
| HSL | 351.03º | 0.65% | 0.26% | - |
| HSV(B) | 351.03º | 0.79% | 0.43% | - |
| XYZ | 7.06 | 4.06 | 2.08 | - |
| YUV | 50.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 36 | 0 | 0.79 | 0.67 | 0.57 | 351.03 | 0.65 | 0.26 |
| Hex | 6E | 17 | 24 | 0 | 4F | 43 | 39 | 15F | 41 | 1A |
| Octal | 156 | 27 | 44 | 0 | 117 | 103 | 71 | 537 | 101 | 32 |
| Binary | 1101110 | 10111 | 100100 | 0 | 1001111 | 1000011 | 111001 | 101011111 | 1000001 | 11010 |
Color Harmonies of #6E1724
Complementary color
Monochromatic Colors of #6E1724
Black with #6E1724
Text Example
Text Example
White with #6E1724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1724; }
p { color: rgb(110,23,36); }
H1.HeaderClassName
{
color: #6E1724;
}
.AnyTagClassName
{
color: #6E1724;
}
</style>
background-color css
<style>
a { background-color: #6E1724; }
a { background-color: rgb(110,23,36); }
div.DivClassName
{
background-color: #6E1724;
}
.BgClassName
{
background-color: #6E1724;
}
</style>
border-color css
<style>
span { border-color: #6E1724; }
span { border-color: rgb(110,23,36); }
td.TdClassName
{
border-color: #6E1724;
}
.TagClassName
{
border-color: #6E1724;
}
</style>