Shades of Cinnabar #EB442C
Tints of Cinnabar #EB442C
RGB
CMYK
RGB Variations
Color information
#EB442C (or 0xEB442C) is known color: Cinnabar. HEX triplet: EB, 44 and 2C. RGB value is (235,68,44). Sum of RGB (Red+Green+Blue) = 235+68+44=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB442C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB442C is #14BBD3. Grayscale: #737373. Windows color (decimal): -1358804 or 2901227. OLE color: 2901227.
HSL color Cylindrical-coordinate representation of color #EB442C: hue angle of 7.54º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB442C is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 44 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.08 |
| HSL | 7.54º | 0.83% | 0.55% | - |
| HSV(B) | 7.54º | 0.81% | 0.92% | - |
| XYZ | 36.78 | 21.98 | 4.69 | - |
| YUV | 115.2 | 87.83 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 44 | 0 | 0.71 | 0.81 | 0.08 | 7.54 | 0.83 | 0.55 |
| Hex | EB | 44 | 2C | 0 | 47 | 51 | 8 | 8 | 53 | 37 |
| Octal | 353 | 104 | 54 | 0 | 107 | 121 | 10 | 10 | 123 | 67 |
| Binary | 11101011 | 1000100 | 101100 | 0 | 1000111 | 1010001 | 1000 | 1000 | 1010011 | 110111 |
Color Harmonies of #EB442C
Complementary color
Monochromatic Colors of #EB442C
Black with #EB442C
Text Example
Text Example
White with #EB442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB442C; }
p { color: rgb(235,68,44); }
H1.HeaderClassName
{
color: #EB442C;
}
.AnyTagClassName
{
color: #EB442C;
}
</style>
background-color css
<style>
a { background-color: #EB442C; }
a { background-color: rgb(235,68,44); }
div.DivClassName
{
background-color: #EB442C;
}
.BgClassName
{
background-color: #EB442C;
}
</style>
border-color css
<style>
span { border-color: #EB442C; }
span { border-color: rgb(235,68,44); }
td.TdClassName
{
border-color: #EB442C;
}
.TagClassName
{
border-color: #EB442C;
}
</style>