Shades of Cinnabar #EB4223
Tints of Cinnabar #EB4223
RGB
CMYK
RGB Variations
Color information
#EB4223 (or 0xEB4223) is known color: Cinnabar. HEX triplet: EB, 42 and 23. RGB value is (235,66,35). Sum of RGB (Red+Green+Blue) = 235+66+35=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4223 is #14BDDC. Grayscale: #717171. Windows color (decimal): -1359325 or 2310891. OLE color: 2310891.
HSL color Cylindrical-coordinate representation of color #EB4223: hue angle of 9.3º 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 #EB4223 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 66 | 35 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.08 |
| HSL | 9.3º | 0.83% | 0.53% | - |
| HSV(B) | 9.3º | 0.85% | 0.92% | - |
| XYZ | 36.51 | 21.68 | 3.85 | - |
| YUV | 113 | 83.99 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 66 | 35 | 0 | 0.72 | 0.85 | 0.08 | 9.3 | 0.83 | 0.53 |
| Hex | EB | 42 | 23 | 0 | 48 | 55 | 8 | 9 | 53 | 35 |
| Octal | 353 | 102 | 43 | 0 | 110 | 125 | 10 | 11 | 123 | 65 |
| Binary | 11101011 | 1000010 | 100011 | 0 | 1001000 | 1010101 | 1000 | 1001 | 1010011 | 110101 |
Color Harmonies of #EB4223
Complementary color
Monochromatic Colors of #EB4223
Black with #EB4223
Text Example
Text Example
White with #EB4223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4223; }
p { color: rgb(235,66,35); }
H1.HeaderClassName
{
color: #EB4223;
}
.AnyTagClassName
{
color: #EB4223;
}
</style>
background-color css
<style>
a { background-color: #EB4223; }
a { background-color: rgb(235,66,35); }
div.DivClassName
{
background-color: #EB4223;
}
.BgClassName
{
background-color: #EB4223;
}
</style>
border-color css
<style>
span { border-color: #EB4223; }
span { border-color: rgb(235,66,35); }
td.TdClassName
{
border-color: #EB4223;
}
.TagClassName
{
border-color: #EB4223;
}
</style>