Shades of Scarlet #E63100
Tints of Scarlet #E63100
RGB
CMYK
RGB Variations
Color information
#E63100 (or 0xE63100) is known color: Scarlet. HEX triplet: E6, 31 and 00. RGB value is (230,49,0). Sum of RGB (Red+Green+Blue) = 230+49+0=279 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.44% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 230 - color contains mainly: red. Hex color #E63100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63100 is #19CEFF. Grayscale: #616161. Windows color (decimal): -1691392 or 12774. OLE color: 12774.
HSL color Cylindrical-coordinate representation of color #E63100: hue angle of 12.78º 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 #E63100 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.10 |
| HSL | 12.78º | 1% | 0.45% | - |
| HSV(B) | 12.78º | 1% | 0.9% | - |
| XYZ | 33.73 | 19.02 | 1.89 | - |
| YUV | 97.53 | 72.97 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 0 | 0 | 0.79 | 1 | 0.10 | 12.78 | 1 | 0.45 |
| Hex | E6 | 31 | 0 | 0 | 4F | 64 | A | D | 64 | 2D |
| Octal | 346 | 61 | 0 | 0 | 117 | 144 | 12 | 15 | 144 | 55 |
| Binary | 11100110 | 110001 | 0 | 0 | 1001111 | 1100100 | 1010 | 1101 | 1100100 | 101101 |
Color Harmonies of #E63100
Complementary color
Monochromatic Colors of #E63100
Black with #E63100
Text Example
Text Example
White with #E63100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63100; }
p { color: rgb(230,49,0); }
H1.HeaderClassName
{
color: #E63100;
}
.AnyTagClassName
{
color: #E63100;
}
</style>
background-color css
<style>
a { background-color: #E63100; }
a { background-color: rgb(230,49,0); }
div.DivClassName
{
background-color: #E63100;
}
.BgClassName
{
background-color: #E63100;
}
</style>
border-color css
<style>
span { border-color: #E63100; }
span { border-color: rgb(230,49,0); }
td.TdClassName
{
border-color: #E63100;
}
.TagClassName
{
border-color: #E63100;
}
</style>