Shades of Scarlet #EB1201
Tints of Scarlet #EB1201
RGB
CMYK
RGB Variations
Color information
#EB1201 (or 0xEB1201) is known color: Scarlet. HEX triplet: EB, 12 and 01. RGB value is (235,18,1). Sum of RGB (Red+Green+Blue) = 235+18+1=254 (33% of max value = 765). Red value is 235 (92.19% from 255 or 92.52% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB1201 is #14EDFE. Grayscale: #515151. Windows color (decimal): -1371647 or 70379. OLE color: 70379.
HSL color Cylindrical-coordinate representation of color #EB1201: hue angle of 4.36º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB1201 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 18 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.08 |
| HSL | 4.36º | 0.99% | 0.46% | - |
| HSV(B) | 4.36º | 1% | 0.92% | - |
| XYZ | 34.48 | 18.1 | 1.7 | - |
| YUV | 80.95 | 82.89 | 237.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 18 | 1 | 0 | 0.92 | 1.00 | 0.08 | 4.36 | 0.99 | 0.46 |
| Hex | EB | 12 | 1 | 0 | 5C | 64 | 8 | 4 | 63 | 2E |
| Octal | 353 | 22 | 1 | 0 | 134 | 144 | 10 | 4 | 143 | 56 |
| Binary | 11101011 | 10010 | 1 | 0 | 1011100 | 1100100 | 1000 | 100 | 1100011 | 101110 |
Color Harmonies of #EB1201
Complementary color
Monochromatic Colors of #EB1201
Black with #EB1201
Text Example
Text Example
White with #EB1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1201; }
p { color: rgb(235,18,1); }
H1.HeaderClassName
{
color: #EB1201;
}
.AnyTagClassName
{
color: #EB1201;
}
</style>
background-color css
<style>
a { background-color: #EB1201; }
a { background-color: rgb(235,18,1); }
div.DivClassName
{
background-color: #EB1201;
}
.BgClassName
{
background-color: #EB1201;
}
</style>
border-color css
<style>
span { border-color: #EB1201; }
span { border-color: rgb(235,18,1); }
td.TdClassName
{
border-color: #EB1201;
}
.TagClassName
{
border-color: #EB1201;
}
</style>