Shades of Red Devil #6D2B2D
Tints of Red Devil #6D2B2D
RGB
CMYK
RGB Variations
Color information
#6D2B2D (or 0x6D2B2D) is known color: Red Devil. HEX triplet: 6D, 2B and 2D. RGB value is (109,43,45). Sum of RGB (Red+Green+Blue) = 109+43+45=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2B2D is #92D4D2. Grayscale: #3F3F3F. Windows color (decimal): -9622739 or 2960237. OLE color: 2960237.
HSL color Cylindrical-coordinate representation of color #6D2B2D: hue angle of 358.18º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D2B2D is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 43 | 45 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.57 |
| HSL | 358.18º | 0.43% | 0.3% | - |
| HSV(B) | 358.18º | 0.61% | 0.43% | - |
| XYZ | 7.64 | 5.17 | 3.08 | - |
| YUV | 62.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 43 | 45 | 0 | 0.61 | 0.59 | 0.57 | 358.18 | 0.43 | 0.3 |
| Hex | 6D | 2B | 2D | 0 | 3D | 3B | 39 | 166 | 2B | 1E |
| Octal | 155 | 53 | 55 | 0 | 75 | 73 | 71 | 546 | 53 | 36 |
| Binary | 1101101 | 101011 | 101101 | 0 | 111101 | 111011 | 111001 | 101100110 | 101011 | 11110 |
Color Harmonies of #6D2B2D
Complementary color
Monochromatic Colors of #6D2B2D
Black with #6D2B2D
Text Example
Text Example
White with #6D2B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2B2D; }
p { color: rgb(109,43,45); }
H1.HeaderClassName
{
color: #6D2B2D;
}
.AnyTagClassName
{
color: #6D2B2D;
}
</style>
background-color css
<style>
a { background-color: #6D2B2D; }
a { background-color: rgb(109,43,45); }
div.DivClassName
{
background-color: #6D2B2D;
}
.BgClassName
{
background-color: #6D2B2D;
}
</style>
border-color css
<style>
span { border-color: #6D2B2D; }
span { border-color: rgb(109,43,45); }
td.TdClassName
{
border-color: #6D2B2D;
}
.TagClassName
{
border-color: #6D2B2D;
}
</style>