Shades of Cinnabar #EB372D
Tints of Cinnabar #EB372D
RGB
CMYK
RGB Variations
Color information
#EB372D (or 0xEB372D) is known color: Cinnabar. HEX triplet: EB, 37 and 2D. RGB value is (235,55,45). Sum of RGB (Red+Green+Blue) = 235+55+45=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB372D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB372D is #14C8D2. Grayscale: #6B6B6B. Windows color (decimal): -1362131 or 2963435. OLE color: 2963435.
HSL color Cylindrical-coordinate representation of color #EB372D: hue angle of 3.16º 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 #EB372D is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 55 | 45 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.08 |
| HSL | 3.16º | 0.83% | 0.55% | - |
| HSV(B) | 3.16º | 0.81% | 0.92% | - |
| XYZ | 36.1 | 20.58 | 4.55 | - |
| YUV | 107.68 | 92.63 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 55 | 45 | 0 | 0.77 | 0.81 | 0.08 | 3.16 | 0.83 | 0.55 |
| Hex | EB | 37 | 2D | 0 | 4D | 51 | 8 | 3 | 53 | 37 |
| Octal | 353 | 67 | 55 | 0 | 115 | 121 | 10 | 3 | 123 | 67 |
| Binary | 11101011 | 110111 | 101101 | 0 | 1001101 | 1010001 | 1000 | 11 | 1010011 | 110111 |
Color Harmonies of #EB372D
Complementary color
Monochromatic Colors of #EB372D
Black with #EB372D
Text Example
Text Example
White with #EB372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB372D; }
p { color: rgb(235,55,45); }
H1.HeaderClassName
{
color: #EB372D;
}
.AnyTagClassName
{
color: #EB372D;
}
</style>
background-color css
<style>
a { background-color: #EB372D; }
a { background-color: rgb(235,55,45); }
div.DivClassName
{
background-color: #EB372D;
}
.BgClassName
{
background-color: #EB372D;
}
</style>
border-color css
<style>
span { border-color: #EB372D; }
span { border-color: rgb(235,55,45); }
td.TdClassName
{
border-color: #EB372D;
}
.TagClassName
{
border-color: #EB372D;
}
</style>