Shades of Scarlet #EB2901
Tints of Scarlet #EB2901
RGB
CMYK
RGB Variations
Color information
#EB2901 (or 0xEB2901) is known color: Scarlet. HEX triplet: EB, 29 and 01. RGB value is (235,41,1). Sum of RGB (Red+Green+Blue) = 235+41+1=277 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.84% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2901 is #14D6FE. Grayscale: #5E5E5E. Windows color (decimal): -1365759 or 76267. OLE color: 76267.
HSL color Cylindrical-coordinate representation of color #EB2901: hue angle of 10.26º 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 #EB2901 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.08 |
| HSL | 10.26º | 0.99% | 0.46% | - |
| HSV(B) | 10.26º | 1% | 0.92% | - |
| XYZ | 35.06 | 19.25 | 1.9 | - |
| YUV | 94.45 | 75.27 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 1 | 0 | 0.83 | 1.00 | 0.08 | 10.26 | 0.99 | 0.46 |
| Hex | EB | 29 | 1 | 0 | 53 | 64 | 8 | A | 63 | 2E |
| Octal | 353 | 51 | 1 | 0 | 123 | 144 | 10 | 12 | 143 | 56 |
| Binary | 11101011 | 101001 | 1 | 0 | 1010011 | 1100100 | 1000 | 1010 | 1100011 | 101110 |
Color Harmonies of #EB2901
Complementary color
Monochromatic Colors of #EB2901
Black with #EB2901
Text Example
Text Example
White with #EB2901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2901; }
p { color: rgb(235,41,1); }
H1.HeaderClassName
{
color: #EB2901;
}
.AnyTagClassName
{
color: #EB2901;
}
</style>
background-color css
<style>
a { background-color: #EB2901; }
a { background-color: rgb(235,41,1); }
div.DivClassName
{
background-color: #EB2901;
}
.BgClassName
{
background-color: #EB2901;
}
</style>
border-color css
<style>
span { border-color: #EB2901; }
span { border-color: rgb(235,41,1); }
td.TdClassName
{
border-color: #EB2901;
}
.TagClassName
{
border-color: #EB2901;
}
</style>