Shades of Scarlet #E62500
Tints of Scarlet #E62500
RGB
CMYK
RGB Variations
Color information
#E62500 (or 0xE62500) is known color: Scarlet. HEX triplet: E6, 25 and 00. RGB value is (230,37,0). Sum of RGB (Red+Green+Blue) = 230+37+0=267 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.14% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 230 - color contains mainly: red. Hex color #E62500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62500 is #19DAFF. Grayscale: #5A5A5A. Windows color (decimal): -1694464 or 9702. OLE color: 9702.
HSL color Cylindrical-coordinate representation of color #E62500: hue angle of 9.65º 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 #E62500 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.10 |
| HSL | 9.65º | 1% | 0.45% | - |
| HSV(B) | 9.65º | 1% | 0.9% | - |
| XYZ | 33.29 | 18.15 | 1.75 | - |
| YUV | 90.49 | 76.94 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 0 | 0 | 0.84 | 1 | 0.10 | 9.65 | 1 | 0.45 |
| Hex | E6 | 25 | 0 | 0 | 54 | 64 | A | A | 64 | 2D |
| Octal | 346 | 45 | 0 | 0 | 124 | 144 | 12 | 12 | 144 | 55 |
| Binary | 11100110 | 100101 | 0 | 0 | 1010100 | 1100100 | 1010 | 1010 | 1100100 | 101101 |
Color Harmonies of #E62500
Complementary color
Monochromatic Colors of #E62500
Black with #E62500
Text Example
Text Example
White with #E62500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62500; }
p { color: rgb(230,37,0); }
H1.HeaderClassName
{
color: #E62500;
}
.AnyTagClassName
{
color: #E62500;
}
</style>
background-color css
<style>
a { background-color: #E62500; }
a { background-color: rgb(230,37,0); }
div.DivClassName
{
background-color: #E62500;
}
.BgClassName
{
background-color: #E62500;
}
</style>
border-color css
<style>
span { border-color: #E62500; }
span { border-color: rgb(230,37,0); }
td.TdClassName
{
border-color: #E62500;
}
.TagClassName
{
border-color: #E62500;
}
</style>