Shades of Cinnabar #EB4D2C
Tints of Cinnabar #EB4D2C
RGB
CMYK
RGB Variations
Color information
#EB4D2C (or 0xEB4D2C) is known color: Cinnabar. HEX triplet: EB, 4D and 2C. RGB value is (235,77,44). Sum of RGB (Red+Green+Blue) = 235+77+44=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D2C is #14B2D3. Grayscale: #787878. Windows color (decimal): -1356500 or 2903531. OLE color: 2903531.
HSL color Cylindrical-coordinate representation of color #EB4D2C: hue angle of 10.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 #EB4D2C is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 44 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.08 |
| HSL | 10.37º | 0.83% | 0.55% | - |
| HSV(B) | 10.37º | 0.81% | 0.92% | - |
| XYZ | 37.37 | 23.15 | 4.88 | - |
| YUV | 120.48 | 84.85 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 44 | 0 | 0.67 | 0.81 | 0.08 | 10.37 | 0.83 | 0.55 |
| Hex | EB | 4D | 2C | 0 | 43 | 51 | 8 | A | 53 | 37 |
| Octal | 353 | 115 | 54 | 0 | 103 | 121 | 10 | 12 | 123 | 67 |
| Binary | 11101011 | 1001101 | 101100 | 0 | 1000011 | 1010001 | 1000 | 1010 | 1010011 | 110111 |
Color Harmonies of #EB4D2C
Complementary color
Monochromatic Colors of #EB4D2C
Black with #EB4D2C
Text Example
Text Example
White with #EB4D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D2C; }
p { color: rgb(235,77,44); }
H1.HeaderClassName
{
color: #EB4D2C;
}
.AnyTagClassName
{
color: #EB4D2C;
}
</style>
background-color css
<style>
a { background-color: #EB4D2C; }
a { background-color: rgb(235,77,44); }
div.DivClassName
{
background-color: #EB4D2C;
}
.BgClassName
{
background-color: #EB4D2C;
}
</style>
border-color css
<style>
span { border-color: #EB4D2C; }
span { border-color: rgb(235,77,44); }
td.TdClassName
{
border-color: #EB4D2C;
}
.TagClassName
{
border-color: #EB4D2C;
}
</style>