Shades of Cinnabar #EB501D
Tints of Cinnabar #EB501D
RGB
CMYK
RGB Variations
Color information
#EB501D (or 0xEB501D) is known color: Cinnabar. HEX triplet: EB, 50 and 1D. RGB value is (235,80,29). Sum of RGB (Red+Green+Blue) = 235+80+29=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB501D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB501D is #14AFE2. Grayscale: #787878. Windows color (decimal): -1355747 or 1921259. OLE color: 1921259.
HSL color Cylindrical-coordinate representation of color #EB501D: hue angle of 14.85º 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 #EB501D is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 80 | 29 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.08 |
| HSL | 14.85º | 0.84% | 0.52% | - |
| HSV(B) | 14.85º | 0.88% | 0.92% | - |
| XYZ | 37.35 | 23.49 | 3.73 | - |
| YUV | 120.53 | 76.35 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 80 | 29 | 0 | 0.66 | 0.88 | 0.08 | 14.85 | 0.84 | 0.52 |
| Hex | EB | 50 | 1D | 0 | 42 | 58 | 8 | F | 54 | 34 |
| Octal | 353 | 120 | 35 | 0 | 102 | 130 | 10 | 17 | 124 | 64 |
| Binary | 11101011 | 1010000 | 11101 | 0 | 1000010 | 1011000 | 1000 | 1111 | 1010100 | 110100 |
Color Harmonies of #EB501D
Complementary color
Monochromatic Colors of #EB501D
Black with #EB501D
Text Example
Text Example
White with #EB501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB501D; }
p { color: rgb(235,80,29); }
H1.HeaderClassName
{
color: #EB501D;
}
.AnyTagClassName
{
color: #EB501D;
}
</style>
background-color css
<style>
a { background-color: #EB501D; }
a { background-color: rgb(235,80,29); }
div.DivClassName
{
background-color: #EB501D;
}
.BgClassName
{
background-color: #EB501D;
}
</style>
border-color css
<style>
span { border-color: #EB501D; }
span { border-color: rgb(235,80,29); }
td.TdClassName
{
border-color: #EB501D;
}
.TagClassName
{
border-color: #EB501D;
}
</style>