Shades of Cinnabar #EB3A1C
Tints of Cinnabar #EB3A1C
RGB
CMYK
RGB Variations
Color information
#EB3A1C (or 0xEB3A1C) is known color: Cinnabar. HEX triplet: EB, 3A and 1C. RGB value is (235,58,28). Sum of RGB (Red+Green+Blue) = 235+58+28=321 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.21% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3A1C is #14C5E3. Grayscale: #6B6B6B. Windows color (decimal): -1361380 or 1850091. OLE color: 1850091.
HSL color Cylindrical-coordinate representation of color #EB3A1C: hue angle of 8.7º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB3A1C is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 58 | 28 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.08 |
| HSL | 8.7º | 0.84% | 0.52% | - |
| HSV(B) | 8.7º | 0.88% | 0.92% | - |
| XYZ | 35.98 | 20.77 | 3.21 | - |
| YUV | 107.5 | 83.14 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 58 | 28 | 0 | 0.75 | 0.88 | 0.08 | 8.7 | 0.84 | 0.52 |
| Hex | EB | 3A | 1C | 0 | 4B | 58 | 8 | 9 | 54 | 34 |
| Octal | 353 | 72 | 34 | 0 | 113 | 130 | 10 | 11 | 124 | 64 |
| Binary | 11101011 | 111010 | 11100 | 0 | 1001011 | 1011000 | 1000 | 1001 | 1010100 | 110100 |
Color Harmonies of #EB3A1C
Complementary color
Monochromatic Colors of #EB3A1C
Black with #EB3A1C
Text Example
Text Example
White with #EB3A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3A1C; }
p { color: rgb(235,58,28); }
H1.HeaderClassName
{
color: #EB3A1C;
}
.AnyTagClassName
{
color: #EB3A1C;
}
</style>
background-color css
<style>
a { background-color: #EB3A1C; }
a { background-color: rgb(235,58,28); }
div.DivClassName
{
background-color: #EB3A1C;
}
.BgClassName
{
background-color: #EB3A1C;
}
</style>
border-color css
<style>
span { border-color: #EB3A1C; }
span { border-color: rgb(235,58,28); }
td.TdClassName
{
border-color: #EB3A1C;
}
.TagClassName
{
border-color: #EB3A1C;
}
</style>