Shades of Scarlet #EB220C
Tints of Scarlet #EB220C
RGB
CMYK
RGB Variations
Color information
#EB220C (or 0xEB220C) is known color: Scarlet. HEX triplet: EB, 22 and 0C. RGB value is (235,34,12). Sum of RGB (Red+Green+Blue) = 235+34+12=281 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.63% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 235 - color contains mainly: red. Hex color #EB220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB220C is #14DDF3. Grayscale: #5B5B5B. Windows color (decimal): -1367540 or 795371. OLE color: 795371.
HSL color Cylindrical-coordinate representation of color #EB220C: hue angle of 5.92º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB220C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 34 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.08 |
| HSL | 5.92º | 0.9% | 0.48% | - |
| HSV(B) | 5.92º | 0.95% | 0.92% | - |
| XYZ | 34.9 | 18.83 | 2.14 | - |
| YUV | 91.59 | 83.09 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 34 | 12 | 0 | 0.86 | 0.95 | 0.08 | 5.92 | 0.9 | 0.48 |
| Hex | EB | 22 | C | 0 | 56 | 5F | 8 | 6 | 5A | 30 |
| Octal | 353 | 42 | 14 | 0 | 126 | 137 | 10 | 6 | 132 | 60 |
| Binary | 11101011 | 100010 | 1100 | 0 | 1010110 | 1011111 | 1000 | 110 | 1011010 | 110000 |
Color Harmonies of #EB220C
Complementary color
Monochromatic Colors of #EB220C
Black with #EB220C
Text Example
Text Example
White with #EB220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB220C; }
p { color: rgb(235,34,12); }
H1.HeaderClassName
{
color: #EB220C;
}
.AnyTagClassName
{
color: #EB220C;
}
</style>
background-color css
<style>
a { background-color: #EB220C; }
a { background-color: rgb(235,34,12); }
div.DivClassName
{
background-color: #EB220C;
}
.BgClassName
{
background-color: #EB220C;
}
</style>
border-color css
<style>
span { border-color: #EB220C; }
span { border-color: rgb(235,34,12); }
td.TdClassName
{
border-color: #EB220C;
}
.TagClassName
{
border-color: #EB220C;
}
</style>