Shades of Cinnabar #EB4D2F
Tints of Cinnabar #EB4D2F
RGB
CMYK
RGB Variations
Color information
#EB4D2F (or 0xEB4D2F) is known color: Cinnabar. HEX triplet: EB, 4D and 2F. RGB value is (235,77,47). Sum of RGB (Red+Green+Blue) = 235+77+47=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D2F is #14B2D0. Grayscale: #797979. Windows color (decimal): -1356497 or 3100139. OLE color: 3100139.
HSL color Cylindrical-coordinate representation of color #EB4D2F: hue angle of 9.57º degrees, saturation: 0.82, 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 #EB4D2F is Cyan = 0, Magento = 0.67, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 47 | - |
| CMYK | 0 | 0.67 | 0.8 | 0.08 |
| HSL | 9.57º | 0.82% | 0.55% | - |
| HSV(B) | 9.57º | 0.8% | 0.92% | - |
| XYZ | 37.43 | 23.18 | 5.19 | - |
| YUV | 120.82 | 86.35 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 47 | 0 | 0.67 | 0.8 | 0.08 | 9.57 | 0.82 | 0.55 |
| Hex | EB | 4D | 2F | 0 | 43 | 50 | 8 | A | 52 | 37 |
| Octal | 353 | 115 | 57 | 0 | 103 | 120 | 10 | 12 | 122 | 67 |
| Binary | 11101011 | 1001101 | 101111 | 0 | 1000011 | 1010000 | 1000 | 1010 | 1010010 | 110111 |
Color Harmonies of #EB4D2F
Complementary color
Monochromatic Colors of #EB4D2F
Black with #EB4D2F
Text Example
Text Example
White with #EB4D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D2F; }
p { color: rgb(235,77,47); }
H1.HeaderClassName
{
color: #EB4D2F;
}
.AnyTagClassName
{
color: #EB4D2F;
}
</style>
background-color css
<style>
a { background-color: #EB4D2F; }
a { background-color: rgb(235,77,47); }
div.DivClassName
{
background-color: #EB4D2F;
}
.BgClassName
{
background-color: #EB4D2F;
}
</style>
border-color css
<style>
span { border-color: #EB4D2F; }
span { border-color: rgb(235,77,47); }
td.TdClassName
{
border-color: #EB4D2F;
}
.TagClassName
{
border-color: #EB4D2F;
}
</style>