Shades of Cinnabar #EB512C
Tints of Cinnabar #EB512C
RGB
CMYK
RGB Variations
Color information
#EB512C (or 0xEB512C) is known color: Cinnabar. HEX triplet: EB, 51 and 2C. RGB value is (235,81,44). Sum of RGB (Red+Green+Blue) = 235+81+44=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB512C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB512C is #14AED3. Grayscale: #7B7B7B. Windows color (decimal): -1355476 or 2904555. OLE color: 2904555.
HSL color Cylindrical-coordinate representation of color #EB512C: hue angle of 11.62º 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 #EB512C is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 81 | 44 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.08 |
| HSL | 11.62º | 0.83% | 0.55% | - |
| HSV(B) | 11.62º | 0.81% | 0.92% | - |
| XYZ | 37.66 | 23.73 | 4.98 | - |
| YUV | 122.83 | 83.52 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 81 | 44 | 0 | 0.66 | 0.81 | 0.08 | 11.62 | 0.83 | 0.55 |
| Hex | EB | 51 | 2C | 0 | 42 | 51 | 8 | C | 53 | 37 |
| Octal | 353 | 121 | 54 | 0 | 102 | 121 | 10 | 14 | 123 | 67 |
| Binary | 11101011 | 1010001 | 101100 | 0 | 1000010 | 1010001 | 1000 | 1100 | 1010011 | 110111 |
Color Harmonies of #EB512C
Complementary color
Monochromatic Colors of #EB512C
Black with #EB512C
Text Example
Text Example
White with #EB512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB512C; }
p { color: rgb(235,81,44); }
H1.HeaderClassName
{
color: #EB512C;
}
.AnyTagClassName
{
color: #EB512C;
}
</style>
background-color css
<style>
a { background-color: #EB512C; }
a { background-color: rgb(235,81,44); }
div.DivClassName
{
background-color: #EB512C;
}
.BgClassName
{
background-color: #EB512C;
}
</style>
border-color css
<style>
span { border-color: #EB512C; }
span { border-color: rgb(235,81,44); }
td.TdClassName
{
border-color: #EB512C;
}
.TagClassName
{
border-color: #EB512C;
}
</style>