Shades of Cinnabar #E6422B
Tints of Cinnabar #E6422B
RGB
CMYK
RGB Variations
Color information
#E6422B (or 0xE6422B) is known color: Cinnabar. HEX triplet: E6, 42 and 2B. RGB value is (230,66,43). Sum of RGB (Red+Green+Blue) = 230+66+43=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E6422B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6422B is #19BDD4. Grayscale: #707070. Windows color (decimal): -1686997 or 2835174. OLE color: 2835174.
HSL color Cylindrical-coordinate representation of color #E6422B: hue angle of 7.38º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6422B is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 43 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.10 |
| HSL | 7.38º | 0.79% | 0.54% | - |
| HSV(B) | 7.38º | 0.81% | 0.9% | - |
| XYZ | 35.02 | 20.89 | 4.47 | - |
| YUV | 112.41 | 88.83 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 43 | 0 | 0.71 | 0.81 | 0.10 | 7.38 | 0.79 | 0.54 |
| Hex | E6 | 42 | 2B | 0 | 47 | 51 | A | 7 | 4F | 36 |
| Octal | 346 | 102 | 53 | 0 | 107 | 121 | 12 | 7 | 117 | 66 |
| Binary | 11100110 | 1000010 | 101011 | 0 | 1000111 | 1010001 | 1010 | 111 | 1001111 | 110110 |
Color Harmonies of #E6422B
Complementary color
Monochromatic Colors of #E6422B
Black with #E6422B
Text Example
Text Example
White with #E6422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6422B; }
p { color: rgb(230,66,43); }
H1.HeaderClassName
{
color: #E6422B;
}
.AnyTagClassName
{
color: #E6422B;
}
</style>
background-color css
<style>
a { background-color: #E6422B; }
a { background-color: rgb(230,66,43); }
div.DivClassName
{
background-color: #E6422B;
}
.BgClassName
{
background-color: #E6422B;
}
</style>
border-color css
<style>
span { border-color: #E6422B; }
span { border-color: rgb(230,66,43); }
td.TdClassName
{
border-color: #E6422B;
}
.TagClassName
{
border-color: #E6422B;
}
</style>