Shades of Cinnabar #EB401B
Tints of Cinnabar #EB401B
RGB
CMYK
RGB Variations
Color information
#EB401B (or 0xEB401B) is known color: Cinnabar. HEX triplet: EB, 40 and 1B. RGB value is (235,64,27). Sum of RGB (Red+Green+Blue) = 235+64+27=326 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.09% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 235 - color contains mainly: red. Hex color #EB401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB401B is #14BFE4. Grayscale: #6F6F6F. Windows color (decimal): -1359845 or 1786091. OLE color: 1786091.
HSL color Cylindrical-coordinate representation of color #EB401B: hue angle of 10.67º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB401B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 27 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.08 |
| HSL | 10.67º | 0.84% | 0.51% | - |
| HSV(B) | 10.67º | 0.89% | 0.92% | - |
| XYZ | 36.29 | 21.41 | 3.26 | - |
| YUV | 110.91 | 80.65 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 27 | 0 | 0.73 | 0.89 | 0.08 | 10.67 | 0.84 | 0.51 |
| Hex | EB | 40 | 1B | 0 | 49 | 59 | 8 | B | 54 | 33 |
| Octal | 353 | 100 | 33 | 0 | 111 | 131 | 10 | 13 | 124 | 63 |
| Binary | 11101011 | 1000000 | 11011 | 0 | 1001001 | 1011001 | 1000 | 1011 | 1010100 | 110011 |
Color Harmonies of #EB401B
Complementary color
Monochromatic Colors of #EB401B
Black with #EB401B
Text Example
Text Example
White with #EB401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB401B; }
p { color: rgb(235,64,27); }
H1.HeaderClassName
{
color: #EB401B;
}
.AnyTagClassName
{
color: #EB401B;
}
</style>
background-color css
<style>
a { background-color: #EB401B; }
a { background-color: rgb(235,64,27); }
div.DivClassName
{
background-color: #EB401B;
}
.BgClassName
{
background-color: #EB401B;
}
</style>
border-color css
<style>
span { border-color: #EB401B; }
span { border-color: rgb(235,64,27); }
td.TdClassName
{
border-color: #EB401B;
}
.TagClassName
{
border-color: #EB401B;
}
</style>