Shades of Red Devil #6B2A2B
Tints of Red Devil #6B2A2B
RGB
CMYK
RGB Variations
Color information
#6B2A2B (or 0x6B2A2B) is known color: Red Devil. HEX triplet: 6B, 2A and 2B. RGB value is (107,42,43). Sum of RGB (Red+Green+Blue) = 107+42+43=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2A2B is #94D5D4. Grayscale: #3D3D3D. Windows color (decimal): -9754069 or 2828907. OLE color: 2828907.
HSL color Cylindrical-coordinate representation of color #6B2A2B: hue angle of 359.08º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B2A2B is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 42 | 43 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.58 |
| HSL | 359.08º | 0.44% | 0.29% | - |
| HSV(B) | 359.08º | 0.61% | 0.42% | - |
| XYZ | 7.33 | 4.96 | 2.86 | - |
| YUV | 61.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 42 | 43 | 0 | 0.61 | 0.60 | 0.58 | 359.08 | 0.44 | 0.29 |
| Hex | 6B | 2A | 2B | 0 | 3D | 3C | 3A | 167 | 2C | 1D |
| Octal | 153 | 52 | 53 | 0 | 75 | 74 | 72 | 547 | 54 | 35 |
| Binary | 1101011 | 101010 | 101011 | 0 | 111101 | 111100 | 111010 | 101100111 | 101100 | 11101 |
Color Harmonies of #6B2A2B
Complementary color
Monochromatic Colors of #6B2A2B
Black with #6B2A2B
Text Example
Text Example
White with #6B2A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2A2B; }
p { color: rgb(107,42,43); }
H1.HeaderClassName
{
color: #6B2A2B;
}
.AnyTagClassName
{
color: #6B2A2B;
}
</style>
background-color css
<style>
a { background-color: #6B2A2B; }
a { background-color: rgb(107,42,43); }
div.DivClassName
{
background-color: #6B2A2B;
}
.BgClassName
{
background-color: #6B2A2B;
}
</style>
border-color css
<style>
span { border-color: #6B2A2B; }
span { border-color: rgb(107,42,43); }
td.TdClassName
{
border-color: #6B2A2B;
}
.TagClassName
{
border-color: #6B2A2B;
}
</style>