Shades of Scarlet #E62C00
Tints of Scarlet #E62C00
RGB
CMYK
RGB Variations
Color information
#E62C00 (or 0xE62C00) is known color: Scarlet. HEX triplet: E6, 2C and 00. RGB value is (230,44,0). Sum of RGB (Red+Green+Blue) = 230+44+0=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E62C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62C00 is #19D3FF. Grayscale: #5E5E5E. Windows color (decimal): -1692672 or 11494. OLE color: 11494.
HSL color Cylindrical-coordinate representation of color #E62C00: hue angle of 11.48º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E62C00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.10 |
| HSL | 11.48º | 1% | 0.45% | - |
| HSV(B) | 11.48º | 1% | 0.9% | - |
| XYZ | 33.53 | 18.62 | 1.83 | - |
| YUV | 94.6 | 74.62 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 0 | 0 | 0.81 | 1 | 0.10 | 11.48 | 1 | 0.45 |
| Hex | E6 | 2C | 0 | 0 | 51 | 64 | A | B | 64 | 2D |
| Octal | 346 | 54 | 0 | 0 | 121 | 144 | 12 | 13 | 144 | 55 |
| Binary | 11100110 | 101100 | 0 | 0 | 1010001 | 1100100 | 1010 | 1011 | 1100100 | 101101 |
Color Harmonies of #E62C00
Complementary color
Monochromatic Colors of #E62C00
Black with #E62C00
Text Example
Text Example
White with #E62C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62C00; }
p { color: rgb(230,44,0); }
H1.HeaderClassName
{
color: #E62C00;
}
.AnyTagClassName
{
color: #E62C00;
}
</style>
background-color css
<style>
a { background-color: #E62C00; }
a { background-color: rgb(230,44,0); }
div.DivClassName
{
background-color: #E62C00;
}
.BgClassName
{
background-color: #E62C00;
}
</style>
border-color css
<style>
span { border-color: #E62C00; }
span { border-color: rgb(230,44,0); }
td.TdClassName
{
border-color: #E62C00;
}
.TagClassName
{
border-color: #E62C00;
}
</style>