Shades of Cinnabar #EB351C
Tints of Cinnabar #EB351C
RGB
CMYK
RGB Variations
Color information
#EB351C (or 0xEB351C) is known color: Cinnabar. HEX triplet: EB, 35 and 1C. RGB value is (235,53,28). Sum of RGB (Red+Green+Blue) = 235+53+28=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB351C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB351C is #14CAE3. Grayscale: #686868. Windows color (decimal): -1362660 or 1848811. OLE color: 1848811.
HSL color Cylindrical-coordinate representation of color #EB351C: hue angle of 7.25º 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 #EB351C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 53 | 28 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.08 |
| HSL | 7.25º | 0.84% | 0.52% | - |
| HSV(B) | 7.25º | 0.88% | 0.92% | - |
| XYZ | 35.74 | 20.29 | 3.13 | - |
| YUV | 104.57 | 84.8 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 53 | 28 | 0 | 0.77 | 0.88 | 0.08 | 7.25 | 0.84 | 0.52 |
| Hex | EB | 35 | 1C | 0 | 4D | 58 | 8 | 7 | 54 | 34 |
| Octal | 353 | 65 | 34 | 0 | 115 | 130 | 10 | 7 | 124 | 64 |
| Binary | 11101011 | 110101 | 11100 | 0 | 1001101 | 1011000 | 1000 | 111 | 1010100 | 110100 |
Color Harmonies of #EB351C
Complementary color
Monochromatic Colors of #EB351C
Black with #EB351C
Text Example
Text Example
White with #EB351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB351C; }
p { color: rgb(235,53,28); }
H1.HeaderClassName
{
color: #EB351C;
}
.AnyTagClassName
{
color: #EB351C;
}
</style>
background-color css
<style>
a { background-color: #EB351C; }
a { background-color: rgb(235,53,28); }
div.DivClassName
{
background-color: #EB351C;
}
.BgClassName
{
background-color: #EB351C;
}
</style>
border-color css
<style>
span { border-color: #EB351C; }
span { border-color: rgb(235,53,28); }
td.TdClassName
{
border-color: #EB351C;
}
.TagClassName
{
border-color: #EB351C;
}
</style>