Shades of Cinnabar #EB401E
Tints of Cinnabar #EB401E
RGB
CMYK
RGB Variations
Color information
#EB401E (or 0xEB401E) is known color: Cinnabar. HEX triplet: EB, 40 and 1E. RGB value is (235,64,30). Sum of RGB (Red+Green+Blue) = 235+64+30=329 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.43% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 235 - color contains mainly: red. Hex color #EB401E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB401E is #14BFE1. Grayscale: #6F6F6F. Windows color (decimal): -1359842 or 1982699. OLE color: 1982699.
HSL color Cylindrical-coordinate representation of color #EB401E: hue angle of 9.95º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB401E is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 30 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.08 |
| HSL | 9.95º | 0.84% | 0.52% | - |
| HSV(B) | 9.95º | 0.87% | 0.92% | - |
| XYZ | 36.33 | 21.42 | 3.45 | - |
| YUV | 111.25 | 82.15 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 30 | 0 | 0.73 | 0.87 | 0.08 | 9.95 | 0.84 | 0.52 |
| Hex | EB | 40 | 1E | 0 | 49 | 57 | 8 | A | 54 | 34 |
| Octal | 353 | 100 | 36 | 0 | 111 | 127 | 10 | 12 | 124 | 64 |
| Binary | 11101011 | 1000000 | 11110 | 0 | 1001001 | 1010111 | 1000 | 1010 | 1010100 | 110100 |
Color Harmonies of #EB401E
Complementary color
Monochromatic Colors of #EB401E
Black with #EB401E
Text Example
Text Example
White with #EB401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB401E; }
p { color: rgb(235,64,30); }
H1.HeaderClassName
{
color: #EB401E;
}
.AnyTagClassName
{
color: #EB401E;
}
</style>
background-color css
<style>
a { background-color: #EB401E; }
a { background-color: rgb(235,64,30); }
div.DivClassName
{
background-color: #EB401E;
}
.BgClassName
{
background-color: #EB401E;
}
</style>
border-color css
<style>
span { border-color: #EB401E; }
span { border-color: rgb(235,64,30); }
td.TdClassName
{
border-color: #EB401E;
}
.TagClassName
{
border-color: #EB401E;
}
</style>