Shades of Cinnabar #EB503C
Tints of Cinnabar #EB503C
RGB
CMYK
RGB Variations
Color information
#EB503C (or 0xEB503C) is known color: Cinnabar. HEX triplet: EB, 50 and 3C. RGB value is (235,80,60). Sum of RGB (Red+Green+Blue) = 235+80+60=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB503C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB503C is #14AFC3. Grayscale: #7C7C7C. Windows color (decimal): -1355716 or 3952875. OLE color: 3952875.
HSL color Cylindrical-coordinate representation of color #EB503C: hue angle of 6.86º 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 #EB503C is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 80 | 60 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.08 |
| HSL | 6.86º | 0.81% | 0.58% | - |
| HSV(B) | 6.86º | 0.74% | 0.92% | - |
| XYZ | 37.95 | 23.73 | 6.85 | - |
| YUV | 124.07 | 91.85 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 80 | 60 | 0 | 0.66 | 0.74 | 0.08 | 6.86 | 0.81 | 0.58 |
| Hex | EB | 50 | 3C | 0 | 42 | 4A | 8 | 7 | 51 | 3A |
| Octal | 353 | 120 | 74 | 0 | 102 | 112 | 10 | 7 | 121 | 72 |
| Binary | 11101011 | 1010000 | 111100 | 0 | 1000010 | 1001010 | 1000 | 111 | 1010001 | 111010 |
Color Harmonies of #EB503C
Complementary color
Monochromatic Colors of #EB503C
Black with #EB503C
Text Example
Text Example
White with #EB503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB503C; }
p { color: rgb(235,80,60); }
H1.HeaderClassName
{
color: #EB503C;
}
.AnyTagClassName
{
color: #EB503C;
}
</style>
background-color css
<style>
a { background-color: #EB503C; }
a { background-color: rgb(235,80,60); }
div.DivClassName
{
background-color: #EB503C;
}
.BgClassName
{
background-color: #EB503C;
}
</style>
border-color css
<style>
span { border-color: #EB503C; }
span { border-color: rgb(235,80,60); }
td.TdClassName
{
border-color: #EB503C;
}
.TagClassName
{
border-color: #EB503C;
}
</style>