Shades of Red Berry #6C1F24
Tints of Red Berry #6C1F24
RGB
CMYK
RGB Variations
Color information
#6C1F24 (or 0x6C1F24) is known color: Red Berry. HEX triplet: 6C, 1F and 24. RGB value is (108,31,36). Sum of RGB (Red+Green+Blue) = 108+31+36=175 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.71% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1F24 is #93E0DB. Grayscale: #363636. Windows color (decimal): -9691356 or 2367340. OLE color: 2367340.
HSL color Cylindrical-coordinate representation of color #6C1F24: hue angle of 356.1º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C1F24 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 31 | 36 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.58 |
| HSL | 356.1º | 0.55% | 0.27% | - |
| HSV(B) | 356.1º | 0.71% | 0.42% | - |
| XYZ | 6.99 | 4.3 | 2.13 | - |
| YUV | 54.59 | 117.51 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 31 | 36 | 0 | 0.71 | 0.67 | 0.58 | 356.1 | 0.55 | 0.27 |
| Hex | 6C | 1F | 24 | 0 | 47 | 43 | 3A | 164 | 37 | 1B |
| Octal | 154 | 37 | 44 | 0 | 107 | 103 | 72 | 544 | 67 | 33 |
| Binary | 1101100 | 11111 | 100100 | 0 | 1000111 | 1000011 | 111010 | 101100100 | 110111 | 11011 |
Color Harmonies of #6C1F24
Complementary color
Monochromatic Colors of #6C1F24
Black with #6C1F24
Text Example
Text Example
White with #6C1F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1F24; }
p { color: rgb(108,31,36); }
H1.HeaderClassName
{
color: #6C1F24;
}
.AnyTagClassName
{
color: #6C1F24;
}
</style>
background-color css
<style>
a { background-color: #6C1F24; }
a { background-color: rgb(108,31,36); }
div.DivClassName
{
background-color: #6C1F24;
}
.BgClassName
{
background-color: #6C1F24;
}
</style>
border-color css
<style>
span { border-color: #6C1F24; }
span { border-color: rgb(108,31,36); }
td.TdClassName
{
border-color: #6C1F24;
}
.TagClassName
{
border-color: #6C1F24;
}
</style>