Shades of Cinnabar #EA4336
Tints of Cinnabar #EA4336
RGB
CMYK
RGB Variations
Color information
#EA4336 (or 0xEA4336) is known color: Cinnabar. HEX triplet: EA, 43 and 36. RGB value is (234,67,54). Sum of RGB (Red+Green+Blue) = 234+67+54=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4336 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4336 is #15BCC9. Grayscale: #737373. Windows color (decimal): -1424586 or 3556330. OLE color: 3556330.
HSL color Cylindrical-coordinate representation of color #EA4336: hue angle of 4.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA4336 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 54 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.08 |
| HSL | 4.33º | 0.81% | 0.56% | - |
| HSV(B) | 4.33º | 0.77% | 0.92% | - |
| XYZ | 36.6 | 21.77 | 5.76 | - |
| YUV | 115.45 | 93.33 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 54 | 0 | 0.71 | 0.77 | 0.08 | 4.33 | 0.81 | 0.56 |
| Hex | EA | 43 | 36 | 0 | 47 | 4D | 8 | 4 | 51 | 38 |
| Octal | 352 | 103 | 66 | 0 | 107 | 115 | 10 | 4 | 121 | 70 |
| Binary | 11101010 | 1000011 | 110110 | 0 | 1000111 | 1001101 | 1000 | 100 | 1010001 | 111000 |
Color Harmonies of #EA4336
Complementary color
Monochromatic Colors of #EA4336
Black with #EA4336
Text Example
Text Example
White with #EA4336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4336; }
p { color: rgb(234,67,54); }
H1.HeaderClassName
{
color: #EA4336;
}
.AnyTagClassName
{
color: #EA4336;
}
</style>
background-color css
<style>
a { background-color: #EA4336; }
a { background-color: rgb(234,67,54); }
div.DivClassName
{
background-color: #EA4336;
}
.BgClassName
{
background-color: #EA4336;
}
</style>
border-color css
<style>
span { border-color: #EA4336; }
span { border-color: rgb(234,67,54); }
td.TdClassName
{
border-color: #EA4336;
}
.TagClassName
{
border-color: #EA4336;
}
</style>