Shades of Cinnabar #EB4D28
Tints of Cinnabar #EB4D28
RGB
CMYK
RGB Variations
Color information
#EB4D28 (or 0xEB4D28) is known color: Cinnabar. HEX triplet: EB, 4D and 28. RGB value is (235,77,40). Sum of RGB (Red+Green+Blue) = 235+77+40=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D28 is #14B2D7. Grayscale: #787878. Windows color (decimal): -1356504 or 2641387. OLE color: 2641387.
HSL color Cylindrical-coordinate representation of color #EB4D28: hue angle of 11.38º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB4D28 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 40 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.08 |
| HSL | 11.38º | 0.83% | 0.54% | - |
| HSV(B) | 11.38º | 0.83% | 0.92% | - |
| XYZ | 37.3 | 23.12 | 4.5 | - |
| YUV | 120.02 | 82.85 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 40 | 0 | 0.67 | 0.83 | 0.08 | 11.38 | 0.83 | 0.54 |
| Hex | EB | 4D | 28 | 0 | 43 | 53 | 8 | B | 53 | 36 |
| Octal | 353 | 115 | 50 | 0 | 103 | 123 | 10 | 13 | 123 | 66 |
| Binary | 11101011 | 1001101 | 101000 | 0 | 1000011 | 1010011 | 1000 | 1011 | 1010011 | 110110 |
Color Harmonies of #EB4D28
Complementary color
Monochromatic Colors of #EB4D28
Black with #EB4D28
Text Example
Text Example
White with #EB4D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D28; }
p { color: rgb(235,77,40); }
H1.HeaderClassName
{
color: #EB4D28;
}
.AnyTagClassName
{
color: #EB4D28;
}
</style>
background-color css
<style>
a { background-color: #EB4D28; }
a { background-color: rgb(235,77,40); }
div.DivClassName
{
background-color: #EB4D28;
}
.BgClassName
{
background-color: #EB4D28;
}
</style>
border-color css
<style>
span { border-color: #EB4D28; }
span { border-color: rgb(235,77,40); }
td.TdClassName
{
border-color: #EB4D28;
}
.TagClassName
{
border-color: #EB4D28;
}
</style>