Shades of Scarlet #EB210C
Tints of Scarlet #EB210C
RGB
CMYK
RGB Variations
Color information
#EB210C (or 0xEB210C) is known color: Scarlet. HEX triplet: EB, 21 and 0C. RGB value is (235,33,12). Sum of RGB (Red+Green+Blue) = 235+33+12=280 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.93% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 235 - color contains mainly: red. Hex color #EB210C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB210C is #14DEF3. Grayscale: #5B5B5B. Windows color (decimal): -1367796 or 795115. OLE color: 795115.
HSL color Cylindrical-coordinate representation of color #EB210C: hue angle of 5.65º 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 #EB210C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 33 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.08 |
| HSL | 5.65º | 0.9% | 0.48% | - |
| HSV(B) | 5.65º | 0.95% | 0.92% | - |
| XYZ | 34.87 | 18.78 | 2.13 | - |
| YUV | 91 | 83.42 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 33 | 12 | 0 | 0.86 | 0.95 | 0.08 | 5.65 | 0.9 | 0.48 |
| Hex | EB | 21 | C | 0 | 56 | 5F | 8 | 6 | 5A | 30 |
| Octal | 353 | 41 | 14 | 0 | 126 | 137 | 10 | 6 | 132 | 60 |
| Binary | 11101011 | 100001 | 1100 | 0 | 1010110 | 1011111 | 1000 | 110 | 1011010 | 110000 |
Color Harmonies of #EB210C
Complementary color
Monochromatic Colors of #EB210C
Black with #EB210C
Text Example
Text Example
White with #EB210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB210C; }
p { color: rgb(235,33,12); }
H1.HeaderClassName
{
color: #EB210C;
}
.AnyTagClassName
{
color: #EB210C;
}
</style>
background-color css
<style>
a { background-color: #EB210C; }
a { background-color: rgb(235,33,12); }
div.DivClassName
{
background-color: #EB210C;
}
.BgClassName
{
background-color: #EB210C;
}
</style>
border-color css
<style>
span { border-color: #EB210C; }
span { border-color: rgb(235,33,12); }
td.TdClassName
{
border-color: #EB210C;
}
.TagClassName
{
border-color: #EB210C;
}
</style>