Shades of Scarlet #E62F01
Tints of Scarlet #E62F01
RGB
CMYK
RGB Variations
Color information
#E62F01 (or 0xE62F01) is known color: Scarlet. HEX triplet: E6, 2F and 01. RGB value is (230,47,1). Sum of RGB (Red+Green+Blue) = 230+47+1=278 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.73% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 230 - color contains mainly: red. Hex color #E62F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62F01 is #19D0FE. Grayscale: #606060. Windows color (decimal): -1691903 or 77798. OLE color: 77798.
HSL color Cylindrical-coordinate representation of color #E62F01: hue angle of 12.05º 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 #E62F01 is Cyan = 0, Magento = 0.80, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 47 | 1 | - |
| CMYK | 0 | 0.80 | 1.00 | 0.10 |
| HSL | 12.05º | 0.99% | 0.45% | - |
| HSV(B) | 12.05º | 1% | 0.9% | - |
| XYZ | 33.66 | 18.86 | 1.89 | - |
| YUV | 96.47 | 74.13 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 47 | 1 | 0 | 0.80 | 1.00 | 0.10 | 12.05 | 0.99 | 0.45 |
| Hex | E6 | 2F | 1 | 0 | 50 | 64 | A | C | 63 | 2D |
| Octal | 346 | 57 | 1 | 0 | 120 | 144 | 12 | 14 | 143 | 55 |
| Binary | 11100110 | 101111 | 1 | 0 | 1010000 | 1100100 | 1010 | 1100 | 1100011 | 101101 |
Color Harmonies of #E62F01
Complementary color
Monochromatic Colors of #E62F01
Black with #E62F01
Text Example
Text Example
White with #E62F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62F01; }
p { color: rgb(230,47,1); }
H1.HeaderClassName
{
color: #E62F01;
}
.AnyTagClassName
{
color: #E62F01;
}
</style>
background-color css
<style>
a { background-color: #E62F01; }
a { background-color: rgb(230,47,1); }
div.DivClassName
{
background-color: #E62F01;
}
.BgClassName
{
background-color: #E62F01;
}
</style>
border-color css
<style>
span { border-color: #E62F01; }
span { border-color: rgb(230,47,1); }
td.TdClassName
{
border-color: #E62F01;
}
.TagClassName
{
border-color: #E62F01;
}
</style>