Shades of Scarlet #EB2A03
Tints of Scarlet #EB2A03
RGB
CMYK
RGB Variations
Color information
#EB2A03 (or 0xEB2A03) is known color: Scarlet. HEX triplet: EB, 2A and 03. RGB value is (235,42,3). Sum of RGB (Red+Green+Blue) = 235+42+3=280 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.93% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2A03 is #14D5FC. Grayscale: #5F5F5F. Windows color (decimal): -1365501 or 207595. OLE color: 207595.
HSL color Cylindrical-coordinate representation of color #EB2A03: hue angle of 10.09º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB2A03 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 3 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.08 |
| HSL | 10.09º | 0.97% | 0.47% | - |
| HSV(B) | 10.09º | 0.99% | 0.92% | - |
| XYZ | 35.11 | 19.32 | 1.97 | - |
| YUV | 95.26 | 75.94 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 3 | 0 | 0.82 | 0.99 | 0.08 | 10.09 | 0.97 | 0.47 |
| Hex | EB | 2A | 3 | 0 | 52 | 63 | 8 | A | 61 | 2F |
| Octal | 353 | 52 | 3 | 0 | 122 | 143 | 10 | 12 | 141 | 57 |
| Binary | 11101011 | 101010 | 11 | 0 | 1010010 | 1100011 | 1000 | 1010 | 1100001 | 101111 |
Color Harmonies of #EB2A03
Complementary color
Monochromatic Colors of #EB2A03
Black with #EB2A03
Text Example
Text Example
White with #EB2A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2A03; }
p { color: rgb(235,42,3); }
H1.HeaderClassName
{
color: #EB2A03;
}
.AnyTagClassName
{
color: #EB2A03;
}
</style>
background-color css
<style>
a { background-color: #EB2A03; }
a { background-color: rgb(235,42,3); }
div.DivClassName
{
background-color: #EB2A03;
}
.BgClassName
{
background-color: #EB2A03;
}
</style>
border-color css
<style>
span { border-color: #EB2A03; }
span { border-color: rgb(235,42,3); }
td.TdClassName
{
border-color: #EB2A03;
}
.TagClassName
{
border-color: #EB2A03;
}
</style>