Shades of Cinnabar #E7442A
Tints of Cinnabar #E7442A
RGB
CMYK
RGB Variations
Color information
#E7442A (or 0xE7442A) is known color: Cinnabar. HEX triplet: E7, 44 and 2A. RGB value is (231,68,42). Sum of RGB (Red+Green+Blue) = 231+68+42=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E7442A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7442A is #18BBD5. Grayscale: #727272. Windows color (decimal): -1620950 or 2770151. OLE color: 2770151.
HSL color Cylindrical-coordinate representation of color #E7442A: hue angle of 8.25º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7442A is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 68 | 42 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.09 |
| HSL | 8.25º | 0.8% | 0.54% | - |
| HSV(B) | 8.25º | 0.82% | 0.91% | - |
| XYZ | 35.44 | 21.29 | 4.43 | - |
| YUV | 113.77 | 87.5 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 68 | 42 | 0 | 0.71 | 0.82 | 0.09 | 8.25 | 0.8 | 0.54 |
| Hex | E7 | 44 | 2A | 0 | 47 | 52 | 9 | 8 | 50 | 36 |
| Octal | 347 | 104 | 52 | 0 | 107 | 122 | 11 | 10 | 120 | 66 |
| Binary | 11100111 | 1000100 | 101010 | 0 | 1000111 | 1010010 | 1001 | 1000 | 1010000 | 110110 |
Color Harmonies of #E7442A
Complementary color
Monochromatic Colors of #E7442A
Black with #E7442A
Text Example
Text Example
White with #E7442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7442A; }
p { color: rgb(231,68,42); }
H1.HeaderClassName
{
color: #E7442A;
}
.AnyTagClassName
{
color: #E7442A;
}
</style>
background-color css
<style>
a { background-color: #E7442A; }
a { background-color: rgb(231,68,42); }
div.DivClassName
{
background-color: #E7442A;
}
.BgClassName
{
background-color: #E7442A;
}
</style>
border-color css
<style>
span { border-color: #E7442A; }
span { border-color: rgb(231,68,42); }
td.TdClassName
{
border-color: #E7442A;
}
.TagClassName
{
border-color: #E7442A;
}
</style>