Shades of Scarlet #EB2C02
Tints of Scarlet #EB2C02
RGB
CMYK
RGB Variations
Color information
#EB2C02 (or 0xEB2C02) is known color: Scarlet. HEX triplet: EB, 2C and 02. RGB value is (235,44,2). Sum of RGB (Red+Green+Blue) = 235+44+2=281 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.63% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2C02 is #14D3FD. Grayscale: #606060. Windows color (decimal): -1364990 or 142571. OLE color: 142571.
HSL color Cylindrical-coordinate representation of color #EB2C02: hue angle of 10.82º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB2C02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 44 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.08 |
| HSL | 10.82º | 0.98% | 0.46% | - |
| HSV(B) | 10.82º | 0.99% | 0.92% | - |
| XYZ | 35.17 | 19.47 | 1.96 | - |
| YUV | 96.32 | 74.78 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 44 | 2 | 0 | 0.81 | 0.99 | 0.08 | 10.82 | 0.98 | 0.46 |
| Hex | EB | 2C | 2 | 0 | 51 | 63 | 8 | B | 62 | 2E |
| Octal | 353 | 54 | 2 | 0 | 121 | 143 | 10 | 13 | 142 | 56 |
| Binary | 11101011 | 101100 | 10 | 0 | 1010001 | 1100011 | 1000 | 1011 | 1100010 | 101110 |
Color Harmonies of #EB2C02
Complementary color
Monochromatic Colors of #EB2C02
Black with #EB2C02
Text Example
Text Example
White with #EB2C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2C02; }
p { color: rgb(235,44,2); }
H1.HeaderClassName
{
color: #EB2C02;
}
.AnyTagClassName
{
color: #EB2C02;
}
</style>
background-color css
<style>
a { background-color: #EB2C02; }
a { background-color: rgb(235,44,2); }
div.DivClassName
{
background-color: #EB2C02;
}
.BgClassName
{
background-color: #EB2C02;
}
</style>
border-color css
<style>
span { border-color: #EB2C02; }
span { border-color: rgb(235,44,2); }
td.TdClassName
{
border-color: #EB2C02;
}
.TagClassName
{
border-color: #EB2C02;
}
</style>