Shades of Cinnabar #EB512D
Tints of Cinnabar #EB512D
RGB
CMYK
RGB Variations
Color information
#EB512D (or 0xEB512D) is known color: Cinnabar. HEX triplet: EB, 51 and 2D. RGB value is (235,81,45). Sum of RGB (Red+Green+Blue) = 235+81+45=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB512D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB512D is #14AED2. Grayscale: #7B7B7B. Windows color (decimal): -1355475 or 2970091. OLE color: 2970091.
HSL color Cylindrical-coordinate representation of color #EB512D: hue angle of 11.37º 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 #EB512D is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 81 | 45 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.08 |
| HSL | 11.37º | 0.83% | 0.55% | - |
| HSV(B) | 11.37º | 0.81% | 0.92% | - |
| XYZ | 37.68 | 23.74 | 5.08 | - |
| YUV | 122.94 | 84.02 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 81 | 45 | 0 | 0.66 | 0.81 | 0.08 | 11.37 | 0.83 | 0.55 |
| Hex | EB | 51 | 2D | 0 | 42 | 51 | 8 | B | 53 | 37 |
| Octal | 353 | 121 | 55 | 0 | 102 | 121 | 10 | 13 | 123 | 67 |
| Binary | 11101011 | 1010001 | 101101 | 0 | 1000010 | 1010001 | 1000 | 1011 | 1010011 | 110111 |
Color Harmonies of #EB512D
Complementary color
Monochromatic Colors of #EB512D
Black with #EB512D
Text Example
Text Example
White with #EB512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB512D; }
p { color: rgb(235,81,45); }
H1.HeaderClassName
{
color: #EB512D;
}
.AnyTagClassName
{
color: #EB512D;
}
</style>
background-color css
<style>
a { background-color: #EB512D; }
a { background-color: rgb(235,81,45); }
div.DivClassName
{
background-color: #EB512D;
}
.BgClassName
{
background-color: #EB512D;
}
</style>
border-color css
<style>
span { border-color: #EB512D; }
span { border-color: rgb(235,81,45); }
td.TdClassName
{
border-color: #EB512D;
}
.TagClassName
{
border-color: #EB512D;
}
</style>