Shades of Scarlet #E63001
Tints of Scarlet #E63001
RGB
CMYK
RGB Variations
Color information
#E63001 (or 0xE63001) is known color: Scarlet. HEX triplet: E6, 30 and 01. RGB value is (230,48,1). Sum of RGB (Red+Green+Blue) = 230+48+1=279 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.44% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 230 - color contains mainly: red. Hex color #E63001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63001 is #19CFFE. Grayscale: #616161. Windows color (decimal): -1691647 or 78054. OLE color: 78054.
HSL color Cylindrical-coordinate representation of color #E63001: hue angle of 12.31º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E63001 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.10 |
| HSL | 12.31º | 0.99% | 0.45% | - |
| HSV(B) | 12.31º | 1% | 0.9% | - |
| XYZ | 33.7 | 18.94 | 1.91 | - |
| YUV | 97.06 | 73.8 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 1 | 0 | 0.79 | 1.00 | 0.10 | 12.31 | 0.99 | 0.45 |
| Hex | E6 | 30 | 1 | 0 | 4F | 64 | A | C | 63 | 2D |
| Octal | 346 | 60 | 1 | 0 | 117 | 144 | 12 | 14 | 143 | 55 |
| Binary | 11100110 | 110000 | 1 | 0 | 1001111 | 1100100 | 1010 | 1100 | 1100011 | 101101 |
Color Harmonies of #E63001
Complementary color
Monochromatic Colors of #E63001
Black with #E63001
Text Example
Text Example
White with #E63001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63001; }
p { color: rgb(230,48,1); }
H1.HeaderClassName
{
color: #E63001;
}
.AnyTagClassName
{
color: #E63001;
}
</style>
background-color css
<style>
a { background-color: #E63001; }
a { background-color: rgb(230,48,1); }
div.DivClassName
{
background-color: #E63001;
}
.BgClassName
{
background-color: #E63001;
}
</style>
border-color css
<style>
span { border-color: #E63001; }
span { border-color: rgb(230,48,1); }
td.TdClassName
{
border-color: #E63001;
}
.TagClassName
{
border-color: #E63001;
}
</style>