Shades of Cinnabar #EB453C
Tints of Cinnabar #EB453C
RGB
CMYK
RGB Variations
Color information
#EB453C (or 0xEB453C) is known color: Cinnabar. HEX triplet: EB, 45 and 3C. RGB value is (235,69,60). Sum of RGB (Red+Green+Blue) = 235+69+60=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB453C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB453C is #14BAC3. Grayscale: #757575. Windows color (decimal): -1358532 or 3950059. OLE color: 3950059.
HSL color Cylindrical-coordinate representation of color #EB453C: hue angle of 3.09º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB453C is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 69 | 60 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.08 |
| HSL | 3.09º | 0.81% | 0.58% | - |
| HSV(B) | 3.09º | 0.74% | 0.92% | - |
| XYZ | 37.2 | 22.24 | 6.61 | - |
| YUV | 117.61 | 95.5 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 69 | 60 | 0 | 0.71 | 0.74 | 0.08 | 3.09 | 0.81 | 0.58 |
| Hex | EB | 45 | 3C | 0 | 47 | 4A | 8 | 3 | 51 | 3A |
| Octal | 353 | 105 | 74 | 0 | 107 | 112 | 10 | 3 | 121 | 72 |
| Binary | 11101011 | 1000101 | 111100 | 0 | 1000111 | 1001010 | 1000 | 11 | 1010001 | 111010 |
Color Harmonies of #EB453C
Complementary color
Monochromatic Colors of #EB453C
Black with #EB453C
Text Example
Text Example
White with #EB453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB453C; }
p { color: rgb(235,69,60); }
H1.HeaderClassName
{
color: #EB453C;
}
.AnyTagClassName
{
color: #EB453C;
}
</style>
background-color css
<style>
a { background-color: #EB453C; }
a { background-color: rgb(235,69,60); }
div.DivClassName
{
background-color: #EB453C;
}
.BgClassName
{
background-color: #EB453C;
}
</style>
border-color css
<style>
span { border-color: #EB453C; }
span { border-color: rgb(235,69,60); }
td.TdClassName
{
border-color: #EB453C;
}
.TagClassName
{
border-color: #EB453C;
}
</style>