Shades of Cinnabar #EB482D
Tints of Cinnabar #EB482D
RGB
CMYK
RGB Variations
Color information
#EB482D (or 0xEB482D) is known color: Cinnabar. HEX triplet: EB, 48 and 2D. RGB value is (235,72,45). Sum of RGB (Red+Green+Blue) = 235+72+45=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB482D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB482D is #14B7D2. Grayscale: #757575. Windows color (decimal): -1357779 or 2967787. OLE color: 2967787.
HSL color Cylindrical-coordinate representation of color #EB482D: hue angle of 8.53º 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 #EB482D is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 72 | 45 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.08 |
| HSL | 8.53º | 0.83% | 0.55% | - |
| HSV(B) | 8.53º | 0.81% | 0.92% | - |
| XYZ | 37.05 | 22.49 | 4.87 | - |
| YUV | 117.66 | 87 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 72 | 45 | 0 | 0.69 | 0.81 | 0.08 | 8.53 | 0.83 | 0.55 |
| Hex | EB | 48 | 2D | 0 | 45 | 51 | 8 | 9 | 53 | 37 |
| Octal | 353 | 110 | 55 | 0 | 105 | 121 | 10 | 11 | 123 | 67 |
| Binary | 11101011 | 1001000 | 101101 | 0 | 1000101 | 1010001 | 1000 | 1001 | 1010011 | 110111 |
Color Harmonies of #EB482D
Complementary color
Monochromatic Colors of #EB482D
Black with #EB482D
Text Example
Text Example
White with #EB482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB482D; }
p { color: rgb(235,72,45); }
H1.HeaderClassName
{
color: #EB482D;
}
.AnyTagClassName
{
color: #EB482D;
}
</style>
background-color css
<style>
a { background-color: #EB482D; }
a { background-color: rgb(235,72,45); }
div.DivClassName
{
background-color: #EB482D;
}
.BgClassName
{
background-color: #EB482D;
}
</style>
border-color css
<style>
span { border-color: #EB482D; }
span { border-color: rgb(235,72,45); }
td.TdClassName
{
border-color: #EB482D;
}
.TagClassName
{
border-color: #EB482D;
}
</style>