Shades of Cinnabar #EB452C
Tints of Cinnabar #EB452C
RGB
CMYK
RGB Variations
Color information
#EB452C (or 0xEB452C) is known color: Cinnabar. HEX triplet: EB, 45 and 2C. RGB value is (235,69,44). Sum of RGB (Red+Green+Blue) = 235+69+44=348 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.53% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 235 - color contains mainly: red. Hex color #EB452C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB452C is #14BAD3. Grayscale: #747474. Windows color (decimal): -1358548 or 2901483. OLE color: 2901483.
HSL color Cylindrical-coordinate representation of color #EB452C: hue angle of 7.85º 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 #EB452C is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 69 | 44 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.08 |
| HSL | 7.85º | 0.83% | 0.55% | - |
| HSV(B) | 7.85º | 0.81% | 0.92% | - |
| XYZ | 36.84 | 22.1 | 4.71 | - |
| YUV | 115.78 | 87.5 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 69 | 44 | 0 | 0.71 | 0.81 | 0.08 | 7.85 | 0.83 | 0.55 |
| Hex | EB | 45 | 2C | 0 | 47 | 51 | 8 | 8 | 53 | 37 |
| Octal | 353 | 105 | 54 | 0 | 107 | 121 | 10 | 10 | 123 | 67 |
| Binary | 11101011 | 1000101 | 101100 | 0 | 1000111 | 1010001 | 1000 | 1000 | 1010011 | 110111 |
Color Harmonies of #EB452C
Complementary color
Monochromatic Colors of #EB452C
Black with #EB452C
Text Example
Text Example
White with #EB452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB452C; }
p { color: rgb(235,69,44); }
H1.HeaderClassName
{
color: #EB452C;
}
.AnyTagClassName
{
color: #EB452C;
}
</style>
background-color css
<style>
a { background-color: #EB452C; }
a { background-color: rgb(235,69,44); }
div.DivClassName
{
background-color: #EB452C;
}
.BgClassName
{
background-color: #EB452C;
}
</style>
border-color css
<style>
span { border-color: #EB452C; }
span { border-color: rgb(235,69,44); }
td.TdClassName
{
border-color: #EB452C;
}
.TagClassName
{
border-color: #EB452C;
}
</style>