Shades of Cinnabar #EB4328
Tints of Cinnabar #EB4328
RGB
CMYK
RGB Variations
Color information
#EB4328 (or 0xEB4328) is known color: Cinnabar. HEX triplet: EB, 43 and 28. RGB value is (235,67,40). Sum of RGB (Red+Green+Blue) = 235+67+40=342 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.71% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4328 is #14BCD7. Grayscale: #727272. Windows color (decimal): -1359064 or 2638827. OLE color: 2638827.
HSL color Cylindrical-coordinate representation of color #EB4328: hue angle of 8.31º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB4328 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 67 | 40 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.08 |
| HSL | 8.31º | 0.83% | 0.54% | - |
| HSV(B) | 8.31º | 0.83% | 0.92% | - |
| XYZ | 36.65 | 21.83 | 4.29 | - |
| YUV | 114.15 | 86.16 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 67 | 40 | 0 | 0.71 | 0.83 | 0.08 | 8.31 | 0.83 | 0.54 |
| Hex | EB | 43 | 28 | 0 | 47 | 53 | 8 | 8 | 53 | 36 |
| Octal | 353 | 103 | 50 | 0 | 107 | 123 | 10 | 10 | 123 | 66 |
| Binary | 11101011 | 1000011 | 101000 | 0 | 1000111 | 1010011 | 1000 | 1000 | 1010011 | 110110 |
Color Harmonies of #EB4328
Complementary color
Monochromatic Colors of #EB4328
Black with #EB4328
Text Example
Text Example
White with #EB4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4328; }
p { color: rgb(235,67,40); }
H1.HeaderClassName
{
color: #EB4328;
}
.AnyTagClassName
{
color: #EB4328;
}
</style>
background-color css
<style>
a { background-color: #EB4328; }
a { background-color: rgb(235,67,40); }
div.DivClassName
{
background-color: #EB4328;
}
.BgClassName
{
background-color: #EB4328;
}
</style>
border-color css
<style>
span { border-color: #EB4328; }
span { border-color: rgb(235,67,40); }
td.TdClassName
{
border-color: #EB4328;
}
.TagClassName
{
border-color: #EB4328;
}
</style>