Shades of Scarlet #E63005
Tints of Scarlet #E63005
RGB
CMYK
RGB Variations
Color information
#E63005 (or 0xE63005) is known color: Scarlet. HEX triplet: E6, 30 and 05. RGB value is (230,48,5). Sum of RGB (Red+Green+Blue) = 230+48+5=283 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.27% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 230 - color contains mainly: red. Hex color #E63005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63005 is #19CFFA. Grayscale: #616161. Windows color (decimal): -1691643 or 340198. OLE color: 340198.
HSL color Cylindrical-coordinate representation of color #E63005: hue angle of 11.47º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E63005 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 5 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.10 |
| HSL | 11.47º | 0.96% | 0.46% | - |
| HSV(B) | 11.47º | 0.98% | 0.9% | - |
| XYZ | 33.72 | 18.95 | 2.02 | - |
| YUV | 97.52 | 75.8 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 5 | 0 | 0.79 | 0.98 | 0.10 | 11.47 | 0.96 | 0.46 |
| Hex | E6 | 30 | 5 | 0 | 4F | 62 | A | B | 60 | 2E |
| Octal | 346 | 60 | 5 | 0 | 117 | 142 | 12 | 13 | 140 | 56 |
| Binary | 11100110 | 110000 | 101 | 0 | 1001111 | 1100010 | 1010 | 1011 | 1100000 | 101110 |
Color Harmonies of #E63005
Complementary color
Monochromatic Colors of #E63005
Black with #E63005
Text Example
Text Example
White with #E63005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63005; }
p { color: rgb(230,48,5); }
H1.HeaderClassName
{
color: #E63005;
}
.AnyTagClassName
{
color: #E63005;
}
</style>
background-color css
<style>
a { background-color: #E63005; }
a { background-color: rgb(230,48,5); }
div.DivClassName
{
background-color: #E63005;
}
.BgClassName
{
background-color: #E63005;
}
</style>
border-color css
<style>
span { border-color: #E63005; }
span { border-color: rgb(230,48,5); }
td.TdClassName
{
border-color: #E63005;
}
.TagClassName
{
border-color: #E63005;
}
</style>