Shades of Cinnabar #EB441C
Tints of Cinnabar #EB441C
RGB
CMYK
RGB Variations
Color information
#EB441C (or 0xEB441C) is known color: Cinnabar. HEX triplet: EB, 44 and 1C. RGB value is (235,68,28). Sum of RGB (Red+Green+Blue) = 235+68+28=331 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.00% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 235 - color contains mainly: red. Hex color #EB441C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB441C is #14BBE3. Grayscale: #717171. Windows color (decimal): -1358820 or 1852651. OLE color: 1852651.
HSL color Cylindrical-coordinate representation of color #EB441C: hue angle of 11.59º 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 #EB441C is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 28 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.08 |
| HSL | 11.59º | 0.84% | 0.52% | - |
| HSV(B) | 11.59º | 0.88% | 0.92% | - |
| XYZ | 36.54 | 21.88 | 3.4 | - |
| YUV | 113.37 | 79.83 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 28 | 0 | 0.71 | 0.88 | 0.08 | 11.59 | 0.84 | 0.52 |
| Hex | EB | 44 | 1C | 0 | 47 | 58 | 8 | C | 54 | 34 |
| Octal | 353 | 104 | 34 | 0 | 107 | 130 | 10 | 14 | 124 | 64 |
| Binary | 11101011 | 1000100 | 11100 | 0 | 1000111 | 1011000 | 1000 | 1100 | 1010100 | 110100 |
Color Harmonies of #EB441C
Complementary color
Monochromatic Colors of #EB441C
Black with #EB441C
Text Example
Text Example
White with #EB441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB441C; }
p { color: rgb(235,68,28); }
H1.HeaderClassName
{
color: #EB441C;
}
.AnyTagClassName
{
color: #EB441C;
}
</style>
background-color css
<style>
a { background-color: #EB441C; }
a { background-color: rgb(235,68,28); }
div.DivClassName
{
background-color: #EB441C;
}
.BgClassName
{
background-color: #EB441C;
}
</style>
border-color css
<style>
span { border-color: #EB441C; }
span { border-color: rgb(235,68,28); }
td.TdClassName
{
border-color: #EB441C;
}
.TagClassName
{
border-color: #EB441C;
}
</style>