Shades of Cinnabar #EB382F
Tints of Cinnabar #EB382F
RGB
CMYK
RGB Variations
Color information
#EB382F (or 0xEB382F) is known color: Cinnabar. HEX triplet: EB, 38 and 2F. RGB value is (235,56,47). Sum of RGB (Red+Green+Blue) = 235+56+47=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB382F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB382F is #14C7D0. Grayscale: #6C6C6C. Windows color (decimal): -1361873 or 3094763. OLE color: 3094763.
HSL color Cylindrical-coordinate representation of color #EB382F: hue angle of 2.87º 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 #EB382F is Cyan = 0, Magento = 0.76, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 56 | 47 | - |
| CMYK | 0 | 0.76 | 0.8 | 0.08 |
| HSL | 2.87º | 0.82% | 0.55% | - |
| HSV(B) | 2.87º | 0.8% | 0.92% | - |
| XYZ | 36.19 | 20.7 | 4.78 | - |
| YUV | 108.5 | 93.3 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 56 | 47 | 0 | 0.76 | 0.8 | 0.08 | 2.87 | 0.82 | 0.55 |
| Hex | EB | 38 | 2F | 0 | 4C | 50 | 8 | 3 | 52 | 37 |
| Octal | 353 | 70 | 57 | 0 | 114 | 120 | 10 | 3 | 122 | 67 |
| Binary | 11101011 | 111000 | 101111 | 0 | 1001100 | 1010000 | 1000 | 11 | 1010010 | 110111 |
Color Harmonies of #EB382F
Complementary color
Monochromatic Colors of #EB382F
Black with #EB382F
Text Example
Text Example
White with #EB382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB382F; }
p { color: rgb(235,56,47); }
H1.HeaderClassName
{
color: #EB382F;
}
.AnyTagClassName
{
color: #EB382F;
}
</style>
background-color css
<style>
a { background-color: #EB382F; }
a { background-color: rgb(235,56,47); }
div.DivClassName
{
background-color: #EB382F;
}
.BgClassName
{
background-color: #EB382F;
}
</style>
border-color css
<style>
span { border-color: #EB382F; }
span { border-color: rgb(235,56,47); }
td.TdClassName
{
border-color: #EB382F;
}
.TagClassName
{
border-color: #EB382F;
}
</style>