Shades of Cinnabar #EB4E30
Tints of Cinnabar #EB4E30
RGB
CMYK
RGB Variations
Color information
#EB4E30 (or 0xEB4E30) is known color: Cinnabar. HEX triplet: EB, 4E and 30. RGB value is (235,78,48). Sum of RGB (Red+Green+Blue) = 235+78+48=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4E30 is #14B1CF. Grayscale: #797979. Windows color (decimal): -1356240 or 3165931. OLE color: 3165931.
HSL color Cylindrical-coordinate representation of color #EB4E30: hue angle of 9.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB4E30 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 78 | 48 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.08 |
| HSL | 9.63º | 0.82% | 0.55% | - |
| HSV(B) | 9.63º | 0.8% | 0.92% | - |
| XYZ | 37.52 | 23.32 | 5.32 | - |
| YUV | 121.52 | 86.51 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 78 | 48 | 0 | 0.67 | 0.80 | 0.08 | 9.63 | 0.82 | 0.55 |
| Hex | EB | 4E | 30 | 0 | 43 | 50 | 8 | A | 52 | 37 |
| Octal | 353 | 116 | 60 | 0 | 103 | 120 | 10 | 12 | 122 | 67 |
| Binary | 11101011 | 1001110 | 110000 | 0 | 1000011 | 1010000 | 1000 | 1010 | 1010010 | 110111 |
Color Harmonies of #EB4E30
Complementary color
Monochromatic Colors of #EB4E30
Black with #EB4E30
Text Example
Text Example
White with #EB4E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4E30; }
p { color: rgb(235,78,48); }
H1.HeaderClassName
{
color: #EB4E30;
}
.AnyTagClassName
{
color: #EB4E30;
}
</style>
background-color css
<style>
a { background-color: #EB4E30; }
a { background-color: rgb(235,78,48); }
div.DivClassName
{
background-color: #EB4E30;
}
.BgClassName
{
background-color: #EB4E30;
}
</style>
border-color css
<style>
span { border-color: #EB4E30; }
span { border-color: rgb(235,78,48); }
td.TdClassName
{
border-color: #EB4E30;
}
.TagClassName
{
border-color: #EB4E30;
}
</style>