Shades of Cinnabar #EA4D23
Tints of Cinnabar #EA4D23
RGB
CMYK
RGB Variations
Color information
#EA4D23 (or 0xEA4D23) is known color: Cinnabar. HEX triplet: EA, 4D and 23. RGB value is (234,77,35). Sum of RGB (Red+Green+Blue) = 234+77+35=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4D23 is #15B2DC. Grayscale: #777777. Windows color (decimal): -1422045 or 2313706. OLE color: 2313706.
HSL color Cylindrical-coordinate representation of color #EA4D23: hue angle of 12.66º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA4D23 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 35 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.08 |
| HSL | 12.66º | 0.83% | 0.53% | - |
| HSV(B) | 12.66º | 0.85% | 0.92% | - |
| XYZ | 36.89 | 22.92 | 4.07 | - |
| YUV | 119.16 | 80.51 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 35 | 0 | 0.67 | 0.85 | 0.08 | 12.66 | 0.83 | 0.53 |
| Hex | EA | 4D | 23 | 0 | 43 | 55 | 8 | D | 53 | 35 |
| Octal | 352 | 115 | 43 | 0 | 103 | 125 | 10 | 15 | 123 | 65 |
| Binary | 11101010 | 1001101 | 100011 | 0 | 1000011 | 1010101 | 1000 | 1101 | 1010011 | 110101 |
Color Harmonies of #EA4D23
Complementary color
Monochromatic Colors of #EA4D23
Black with #EA4D23
Text Example
Text Example
White with #EA4D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4D23; }
p { color: rgb(234,77,35); }
H1.HeaderClassName
{
color: #EA4D23;
}
.AnyTagClassName
{
color: #EA4D23;
}
</style>
background-color css
<style>
a { background-color: #EA4D23; }
a { background-color: rgb(234,77,35); }
div.DivClassName
{
background-color: #EA4D23;
}
.BgClassName
{
background-color: #EA4D23;
}
</style>
border-color css
<style>
span { border-color: #EA4D23; }
span { border-color: rgb(234,77,35); }
td.TdClassName
{
border-color: #EA4D23;
}
.TagClassName
{
border-color: #EA4D23;
}
</style>