Shades of Cinnabar #EB3F2E
Tints of Cinnabar #EB3F2E
RGB
CMYK
RGB Variations
Color information
#EB3F2E (or 0xEB3F2E) is known color: Cinnabar. HEX triplet: EB, 3F and 2E. RGB value is (235,63,46). Sum of RGB (Red+Green+Blue) = 235+63+46=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3F2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3F2E is #14C0D1. Grayscale: #707070. Windows color (decimal): -1360082 or 3031019. OLE color: 3031019.
HSL color Cylindrical-coordinate representation of color #EB3F2E: hue angle of 5.4º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB3F2E is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 63 | 46 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.08 |
| HSL | 5.4º | 0.83% | 0.55% | - |
| HSV(B) | 5.4º | 0.8% | 0.92% | - |
| XYZ | 36.53 | 21.41 | 4.79 | - |
| YUV | 112.49 | 90.48 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 63 | 46 | 0 | 0.73 | 0.80 | 0.08 | 5.4 | 0.83 | 0.55 |
| Hex | EB | 3F | 2E | 0 | 49 | 50 | 8 | 5 | 53 | 37 |
| Octal | 353 | 77 | 56 | 0 | 111 | 120 | 10 | 5 | 123 | 67 |
| Binary | 11101011 | 111111 | 101110 | 0 | 1001001 | 1010000 | 1000 | 101 | 1010011 | 110111 |
Color Harmonies of #EB3F2E
Complementary color
Monochromatic Colors of #EB3F2E
Black with #EB3F2E
Text Example
Text Example
White with #EB3F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3F2E; }
p { color: rgb(235,63,46); }
H1.HeaderClassName
{
color: #EB3F2E;
}
.AnyTagClassName
{
color: #EB3F2E;
}
</style>
background-color css
<style>
a { background-color: #EB3F2E; }
a { background-color: rgb(235,63,46); }
div.DivClassName
{
background-color: #EB3F2E;
}
.BgClassName
{
background-color: #EB3F2E;
}
</style>
border-color css
<style>
span { border-color: #EB3F2E; }
span { border-color: rgb(235,63,46); }
td.TdClassName
{
border-color: #EB3F2E;
}
.TagClassName
{
border-color: #EB3F2E;
}
</style>