Shades of Cinnabar #EB441D
Tints of Cinnabar #EB441D
RGB
CMYK
RGB Variations
Color information
#EB441D (or 0xEB441D) is known color: Cinnabar. HEX triplet: EB, 44 and 1D. RGB value is (235,68,29). Sum of RGB (Red+Green+Blue) = 235+68+29=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB441D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB441D is #14BBE2. Grayscale: #717171. Windows color (decimal): -1358819 or 1918187. OLE color: 1918187.
HSL color Cylindrical-coordinate representation of color #EB441D: hue angle of 11.36º 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 #EB441D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 29 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.08 |
| HSL | 11.36º | 0.84% | 0.52% | - |
| HSV(B) | 11.36º | 0.88% | 0.92% | - |
| XYZ | 36.55 | 21.89 | 3.46 | - |
| YUV | 113.49 | 80.33 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 29 | 0 | 0.71 | 0.88 | 0.08 | 11.36 | 0.84 | 0.52 |
| Hex | EB | 44 | 1D | 0 | 47 | 58 | 8 | B | 54 | 34 |
| Octal | 353 | 104 | 35 | 0 | 107 | 130 | 10 | 13 | 124 | 64 |
| Binary | 11101011 | 1000100 | 11101 | 0 | 1000111 | 1011000 | 1000 | 1011 | 1010100 | 110100 |
Color Harmonies of #EB441D
Complementary color
Monochromatic Colors of #EB441D
Black with #EB441D
Text Example
Text Example
White with #EB441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB441D; }
p { color: rgb(235,68,29); }
H1.HeaderClassName
{
color: #EB441D;
}
.AnyTagClassName
{
color: #EB441D;
}
</style>
background-color css
<style>
a { background-color: #EB441D; }
a { background-color: rgb(235,68,29); }
div.DivClassName
{
background-color: #EB441D;
}
.BgClassName
{
background-color: #EB441D;
}
</style>
border-color css
<style>
span { border-color: #EB441D; }
span { border-color: rgb(235,68,29); }
td.TdClassName
{
border-color: #EB441D;
}
.TagClassName
{
border-color: #EB441D;
}
</style>