Shades of Scarlet #EB2D01
Tints of Scarlet #EB2D01
RGB
CMYK
RGB Variations
Color information
#EB2D01 (or 0xEB2D01) is known color: Scarlet. HEX triplet: EB, 2D and 01. RGB value is (235,45,1). Sum of RGB (Red+Green+Blue) = 235+45+1=281 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.63% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D01 is #14D2FE. Grayscale: #616161. Windows color (decimal): -1364735 or 77291. OLE color: 77291.
HSL color Cylindrical-coordinate representation of color #EB2D01: hue angle of 11.28º 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 #EB2D01 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 1 | - |
| CMYK | 0 | 0.81 | 1.00 | 0.08 |
| HSL | 11.28º | 0.99% | 0.46% | - |
| HSV(B) | 11.28º | 1% | 0.92% | - |
| XYZ | 35.2 | 19.54 | 1.95 | - |
| YUV | 96.79 | 73.95 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 1 | 0 | 0.81 | 1.00 | 0.08 | 11.28 | 0.99 | 0.46 |
| Hex | EB | 2D | 1 | 0 | 51 | 64 | 8 | B | 63 | 2E |
| Octal | 353 | 55 | 1 | 0 | 121 | 144 | 10 | 13 | 143 | 56 |
| Binary | 11101011 | 101101 | 1 | 0 | 1010001 | 1100100 | 1000 | 1011 | 1100011 | 101110 |
Color Harmonies of #EB2D01
Complementary color
Monochromatic Colors of #EB2D01
Black with #EB2D01
Text Example
Text Example
White with #EB2D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D01; }
p { color: rgb(235,45,1); }
H1.HeaderClassName
{
color: #EB2D01;
}
.AnyTagClassName
{
color: #EB2D01;
}
</style>
background-color css
<style>
a { background-color: #EB2D01; }
a { background-color: rgb(235,45,1); }
div.DivClassName
{
background-color: #EB2D01;
}
.BgClassName
{
background-color: #EB2D01;
}
</style>
border-color css
<style>
span { border-color: #EB2D01; }
span { border-color: rgb(235,45,1); }
td.TdClassName
{
border-color: #EB2D01;
}
.TagClassName
{
border-color: #EB2D01;
}
</style>