Shades of Red Devil #6C282A
Tints of Red Devil #6C282A
RGB
CMYK
RGB Variations
Color information
#6C282A (or 0x6C282A) is known color: Red Devil. HEX triplet: 6C, 28 and 2A. RGB value is (108,40,42). Sum of RGB (Red+Green+Blue) = 108+40+42=190 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.84% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 108 - color contains mainly: red. Hex color #6C282A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C282A is #93D7D5. Grayscale: #3C3C3C. Windows color (decimal): -9689046 or 2762860. OLE color: 2762860.
HSL color Cylindrical-coordinate representation of color #6C282A: hue angle of 358.24º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C282A is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 42 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.58 |
| HSL | 358.24º | 0.46% | 0.29% | - |
| HSV(B) | 358.24º | 0.63% | 0.42% | - |
| XYZ | 7.36 | 4.87 | 2.74 | - |
| YUV | 60.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 42 | 0 | 0.63 | 0.61 | 0.58 | 358.24 | 0.46 | 0.29 |
| Hex | 6C | 28 | 2A | 0 | 3F | 3D | 3A | 166 | 2E | 1D |
| Octal | 154 | 50 | 52 | 0 | 77 | 75 | 72 | 546 | 56 | 35 |
| Binary | 1101100 | 101000 | 101010 | 0 | 111111 | 111101 | 111010 | 101100110 | 101110 | 11101 |
Color Harmonies of #6C282A
Complementary color
Monochromatic Colors of #6C282A
Black with #6C282A
Text Example
Text Example
White with #6C282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C282A; }
p { color: rgb(108,40,42); }
H1.HeaderClassName
{
color: #6C282A;
}
.AnyTagClassName
{
color: #6C282A;
}
</style>
background-color css
<style>
a { background-color: #6C282A; }
a { background-color: rgb(108,40,42); }
div.DivClassName
{
background-color: #6C282A;
}
.BgClassName
{
background-color: #6C282A;
}
</style>
border-color css
<style>
span { border-color: #6C282A; }
span { border-color: rgb(108,40,42); }
td.TdClassName
{
border-color: #6C282A;
}
.TagClassName
{
border-color: #6C282A;
}
</style>