Shades of Cinnabar #EB4D3F
Tints of Cinnabar #EB4D3F
RGB
CMYK
RGB Variations
Color information
#EB4D3F (or 0xEB4D3F) is known color: Cinnabar. HEX triplet: EB, 4D and 3F. RGB value is (235,77,63). Sum of RGB (Red+Green+Blue) = 235+77+63=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D3F is #14B2C0. Grayscale: #7A7A7A. Windows color (decimal): -1356481 or 4148715. OLE color: 4148715.
HSL color Cylindrical-coordinate representation of color #EB4D3F: hue angle of 4.88º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB4D3F is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 63 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.08 |
| HSL | 4.88º | 0.81% | 0.58% | - |
| HSV(B) | 4.88º | 0.73% | 0.92% | - |
| XYZ | 37.81 | 23.33 | 7.21 | - |
| YUV | 122.65 | 94.35 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 63 | 0 | 0.67 | 0.73 | 0.08 | 4.88 | 0.81 | 0.58 |
| Hex | EB | 4D | 3F | 0 | 43 | 49 | 8 | 5 | 51 | 3A |
| Octal | 353 | 115 | 77 | 0 | 103 | 111 | 10 | 5 | 121 | 72 |
| Binary | 11101011 | 1001101 | 111111 | 0 | 1000011 | 1001001 | 1000 | 101 | 1010001 | 111010 |
Color Harmonies of #EB4D3F
Complementary color
Monochromatic Colors of #EB4D3F
Black with #EB4D3F
Text Example
Text Example
White with #EB4D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D3F; }
p { color: rgb(235,77,63); }
H1.HeaderClassName
{
color: #EB4D3F;
}
.AnyTagClassName
{
color: #EB4D3F;
}
</style>
background-color css
<style>
a { background-color: #EB4D3F; }
a { background-color: rgb(235,77,63); }
div.DivClassName
{
background-color: #EB4D3F;
}
.BgClassName
{
background-color: #EB4D3F;
}
</style>
border-color css
<style>
span { border-color: #EB4D3F; }
span { border-color: rgb(235,77,63); }
td.TdClassName
{
border-color: #EB4D3F;
}
.TagClassName
{
border-color: #EB4D3F;
}
</style>