Shades of Cinnabar #EA4626
Tints of Cinnabar #EA4626
RGB
CMYK
RGB Variations
Color information
#EA4626 (or 0xEA4626) is known color: Cinnabar. HEX triplet: EA, 46 and 26. RGB value is (234,70,38). Sum of RGB (Red+Green+Blue) = 234+70+38=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4626 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4626 is #15B9D9. Grayscale: #737373. Windows color (decimal): -1423834 or 2508522. OLE color: 2508522.
HSL color Cylindrical-coordinate representation of color #EA4626: hue angle of 9.8º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA4626 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 38 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.08 |
| HSL | 9.8º | 0.82% | 0.53% | - |
| HSV(B) | 9.8º | 0.84% | 0.92% | - |
| XYZ | 36.47 | 22.01 | 4.16 | - |
| YUV | 115.39 | 84.33 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 38 | 0 | 0.70 | 0.84 | 0.08 | 9.8 | 0.82 | 0.53 |
| Hex | EA | 46 | 26 | 0 | 46 | 54 | 8 | A | 52 | 35 |
| Octal | 352 | 106 | 46 | 0 | 106 | 124 | 10 | 12 | 122 | 65 |
| Binary | 11101010 | 1000110 | 100110 | 0 | 1000110 | 1010100 | 1000 | 1010 | 1010010 | 110101 |
Color Harmonies of #EA4626
Complementary color
Monochromatic Colors of #EA4626
Black with #EA4626
Text Example
Text Example
White with #EA4626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4626; }
p { color: rgb(234,70,38); }
H1.HeaderClassName
{
color: #EA4626;
}
.AnyTagClassName
{
color: #EA4626;
}
</style>
background-color css
<style>
a { background-color: #EA4626; }
a { background-color: rgb(234,70,38); }
div.DivClassName
{
background-color: #EA4626;
}
.BgClassName
{
background-color: #EA4626;
}
</style>
border-color css
<style>
span { border-color: #EA4626; }
span { border-color: rgb(234,70,38); }
td.TdClassName
{
border-color: #EA4626;
}
.TagClassName
{
border-color: #EA4626;
}
</style>