Shades of Red Devil #6B2F31
Tints of Red Devil #6B2F31
RGB
CMYK
RGB Variations
Color information
#6B2F31 (or 0x6B2F31) is known color: Red Devil. HEX triplet: 6B, 2F and 31. RGB value is (107,47,49). Sum of RGB (Red+Green+Blue) = 107+47+49=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2F31 is #94D0CE. Grayscale: #414141. Windows color (decimal): -9752783 or 3223403. OLE color: 3223403.
HSL color Cylindrical-coordinate representation of color #6B2F31: hue angle of 358º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B2F31 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 47 | 49 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.58 |
| HSL | 358º | 0.39% | 0.3% | - |
| HSV(B) | 358º | 0.56% | 0.42% | - |
| XYZ | 7.63 | 5.38 | 3.54 | - |
| YUV | 65.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 47 | 49 | 0 | 0.56 | 0.54 | 0.58 | 358 | 0.39 | 0.3 |
| Hex | 6B | 2F | 31 | 0 | 38 | 36 | 3A | 166 | 27 | 1E |
| Octal | 153 | 57 | 61 | 0 | 70 | 66 | 72 | 546 | 47 | 36 |
| Binary | 1101011 | 101111 | 110001 | 0 | 111000 | 110110 | 111010 | 101100110 | 100111 | 11110 |
Color Harmonies of #6B2F31
Complementary color
Monochromatic Colors of #6B2F31
Black with #6B2F31
Text Example
Text Example
White with #6B2F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2F31; }
p { color: rgb(107,47,49); }
H1.HeaderClassName
{
color: #6B2F31;
}
.AnyTagClassName
{
color: #6B2F31;
}
</style>
background-color css
<style>
a { background-color: #6B2F31; }
a { background-color: rgb(107,47,49); }
div.DivClassName
{
background-color: #6B2F31;
}
.BgClassName
{
background-color: #6B2F31;
}
</style>
border-color css
<style>
span { border-color: #6B2F31; }
span { border-color: rgb(107,47,49); }
td.TdClassName
{
border-color: #6B2F31;
}
.TagClassName
{
border-color: #6B2F31;
}
</style>