Shades of Cinnabar #EB4D2A
Tints of Cinnabar #EB4D2A
RGB
CMYK
RGB Variations
Color information
#EB4D2A (or 0xEB4D2A) is known color: Cinnabar. HEX triplet: EB, 4D and 2A. RGB value is (235,77,42). Sum of RGB (Red+Green+Blue) = 235+77+42=354 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.38% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D2A is #14B2D5. Grayscale: #787878. Windows color (decimal): -1356502 or 2772459. OLE color: 2772459.
HSL color Cylindrical-coordinate representation of color #EB4D2A: hue angle of 10.88º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB4D2A is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 42 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.08 |
| HSL | 10.88º | 0.83% | 0.54% | - |
| HSV(B) | 10.88º | 0.82% | 0.92% | - |
| XYZ | 37.33 | 23.14 | 4.69 | - |
| YUV | 120.25 | 83.85 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 42 | 0 | 0.67 | 0.82 | 0.08 | 10.88 | 0.83 | 0.54 |
| Hex | EB | 4D | 2A | 0 | 43 | 52 | 8 | B | 53 | 36 |
| Octal | 353 | 115 | 52 | 0 | 103 | 122 | 10 | 13 | 123 | 66 |
| Binary | 11101011 | 1001101 | 101010 | 0 | 1000011 | 1010010 | 1000 | 1011 | 1010011 | 110110 |
Color Harmonies of #EB4D2A
Complementary color
Monochromatic Colors of #EB4D2A
Black with #EB4D2A
Text Example
Text Example
White with #EB4D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D2A; }
p { color: rgb(235,77,42); }
H1.HeaderClassName
{
color: #EB4D2A;
}
.AnyTagClassName
{
color: #EB4D2A;
}
</style>
background-color css
<style>
a { background-color: #EB4D2A; }
a { background-color: rgb(235,77,42); }
div.DivClassName
{
background-color: #EB4D2A;
}
.BgClassName
{
background-color: #EB4D2A;
}
</style>
border-color css
<style>
span { border-color: #EB4D2A; }
span { border-color: rgb(235,77,42); }
td.TdClassName
{
border-color: #EB4D2A;
}
.TagClassName
{
border-color: #EB4D2A;
}
</style>