Shades of Scarlet #EB2C03
Tints of Scarlet #EB2C03
RGB
CMYK
RGB Variations
Color information
#EB2C03 (or 0xEB2C03) is known color: Scarlet. HEX triplet: EB, 2C and 03. RGB value is (235,44,3). Sum of RGB (Red+Green+Blue) = 235+44+3=282 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.33% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2C03 is #14D3FC. Grayscale: #606060. Windows color (decimal): -1364989 or 208107. OLE color: 208107.
HSL color Cylindrical-coordinate representation of color #EB2C03: hue angle of 10.6º 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 #EB2C03 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 44 | 3 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.08 |
| HSL | 10.6º | 0.97% | 0.47% | - |
| HSV(B) | 10.6º | 0.99% | 0.92% | - |
| XYZ | 35.18 | 19.47 | 1.99 | - |
| YUV | 96.44 | 75.28 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 44 | 3 | 0 | 0.81 | 0.99 | 0.08 | 10.6 | 0.97 | 0.47 |
| Hex | EB | 2C | 3 | 0 | 51 | 63 | 8 | B | 61 | 2F |
| Octal | 353 | 54 | 3 | 0 | 121 | 143 | 10 | 13 | 141 | 57 |
| Binary | 11101011 | 101100 | 11 | 0 | 1010001 | 1100011 | 1000 | 1011 | 1100001 | 101111 |
Color Harmonies of #EB2C03
Complementary color
Monochromatic Colors of #EB2C03
Black with #EB2C03
Text Example
Text Example
White with #EB2C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2C03; }
p { color: rgb(235,44,3); }
H1.HeaderClassName
{
color: #EB2C03;
}
.AnyTagClassName
{
color: #EB2C03;
}
</style>
background-color css
<style>
a { background-color: #EB2C03; }
a { background-color: rgb(235,44,3); }
div.DivClassName
{
background-color: #EB2C03;
}
.BgClassName
{
background-color: #EB2C03;
}
</style>
border-color css
<style>
span { border-color: #EB2C03; }
span { border-color: rgb(235,44,3); }
td.TdClassName
{
border-color: #EB2C03;
}
.TagClassName
{
border-color: #EB2C03;
}
</style>