Shades of Scarlet #E63200
Tints of Scarlet #E63200
RGB
CMYK
RGB Variations
Color information
#E63200 (or 0xE63200) is known color: Scarlet. HEX triplet: E6, 32 and 00. RGB value is (230,50,0). Sum of RGB (Red+Green+Blue) = 230+50+0=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E63200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63200 is #19CDFF. Grayscale: #626262. Windows color (decimal): -1691136 or 13030. OLE color: 13030.
HSL color Cylindrical-coordinate representation of color #E63200: hue angle of 13.04º 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 #E63200 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.10 |
| HSL | 13.04º | 1% | 0.45% | - |
| HSV(B) | 13.04º | 1% | 0.9% | - |
| XYZ | 33.77 | 19.1 | 1.91 | - |
| YUV | 98.12 | 72.63 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 0 | 0 | 0.78 | 1 | 0.10 | 13.04 | 1 | 0.45 |
| Hex | E6 | 32 | 0 | 0 | 4E | 64 | A | D | 64 | 2D |
| Octal | 346 | 62 | 0 | 0 | 116 | 144 | 12 | 15 | 144 | 55 |
| Binary | 11100110 | 110010 | 0 | 0 | 1001110 | 1100100 | 1010 | 1101 | 1100100 | 101101 |
Color Harmonies of #E63200
Complementary color
Monochromatic Colors of #E63200
Black with #E63200
Text Example
Text Example
White with #E63200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63200; }
p { color: rgb(230,50,0); }
H1.HeaderClassName
{
color: #E63200;
}
.AnyTagClassName
{
color: #E63200;
}
</style>
background-color css
<style>
a { background-color: #E63200; }
a { background-color: rgb(230,50,0); }
div.DivClassName
{
background-color: #E63200;
}
.BgClassName
{
background-color: #E63200;
}
</style>
border-color css
<style>
span { border-color: #E63200; }
span { border-color: rgb(230,50,0); }
td.TdClassName
{
border-color: #E63200;
}
.TagClassName
{
border-color: #E63200;
}
</style>