Shades of Cinnabar #EB401C
Tints of Cinnabar #EB401C
RGB
CMYK
RGB Variations
Color information
#EB401C (or 0xEB401C) is known color: Cinnabar. HEX triplet: EB, 40 and 1C. RGB value is (235,64,28). Sum of RGB (Red+Green+Blue) = 235+64+28=327 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.87% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 235 - color contains mainly: red. Hex color #EB401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB401C is #14BFE3. Grayscale: #6F6F6F. Windows color (decimal): -1359844 or 1851627. OLE color: 1851627.
HSL color Cylindrical-coordinate representation of color #EB401C: hue angle of 10.43º 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 #EB401C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 28 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.08 |
| HSL | 10.43º | 0.84% | 0.52% | - |
| HSV(B) | 10.43º | 0.88% | 0.92% | - |
| XYZ | 36.3 | 21.41 | 3.32 | - |
| YUV | 111.03 | 81.15 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 28 | 0 | 0.73 | 0.88 | 0.08 | 10.43 | 0.84 | 0.52 |
| Hex | EB | 40 | 1C | 0 | 49 | 58 | 8 | A | 54 | 34 |
| Octal | 353 | 100 | 34 | 0 | 111 | 130 | 10 | 12 | 124 | 64 |
| Binary | 11101011 | 1000000 | 11100 | 0 | 1001001 | 1011000 | 1000 | 1010 | 1010100 | 110100 |
Color Harmonies of #EB401C
Complementary color
Monochromatic Colors of #EB401C
Black with #EB401C
Text Example
Text Example
White with #EB401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB401C; }
p { color: rgb(235,64,28); }
H1.HeaderClassName
{
color: #EB401C;
}
.AnyTagClassName
{
color: #EB401C;
}
</style>
background-color css
<style>
a { background-color: #EB401C; }
a { background-color: rgb(235,64,28); }
div.DivClassName
{
background-color: #EB401C;
}
.BgClassName
{
background-color: #EB401C;
}
</style>
border-color css
<style>
span { border-color: #EB401C; }
span { border-color: rgb(235,64,28); }
td.TdClassName
{
border-color: #EB401C;
}
.TagClassName
{
border-color: #EB401C;
}
</style>