Shades of Scarlet #E91F02
Tints of Scarlet #E91F02
RGB
CMYK
RGB Variations
Color information
#E91F02 (or 0xE91F02) is known color: Scarlet. HEX triplet: E9, 1F and 02. RGB value is (233,31,2). Sum of RGB (Red+Green+Blue) = 233+31+2=266 (35% of max value = 765). Red value is 233 (91.41% from 255 or 87.59% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E91F02 is #16E0FD. Grayscale: #585858. Windows color (decimal): -1499390 or 139241. OLE color: 139241.
HSL color Cylindrical-coordinate representation of color #E91F02: hue angle of 7.53º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E91F02 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 31 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.09 |
| HSL | 7.53º | 0.98% | 0.46% | - |
| HSV(B) | 7.53º | 0.99% | 0.91% | - |
| XYZ | 34.11 | 18.31 | 1.79 | - |
| YUV | 88.09 | 79.42 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 2 | 0 | 0.87 | 0.99 | 0.09 | 7.53 | 0.98 | 0.46 |
| Hex | E9 | 1F | 2 | 0 | 57 | 63 | 9 | 8 | 62 | 2E |
| Octal | 351 | 37 | 2 | 0 | 127 | 143 | 11 | 10 | 142 | 56 |
| Binary | 11101001 | 11111 | 10 | 0 | 1010111 | 1100011 | 1001 | 1000 | 1100010 | 101110 |
Color Harmonies of #E91F02
Complementary color
Monochromatic Colors of #E91F02
Black with #E91F02
Text Example
Text Example
White with #E91F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91F02; }
p { color: rgb(233,31,2); }
H1.HeaderClassName
{
color: #E91F02;
}
.AnyTagClassName
{
color: #E91F02;
}
</style>
background-color css
<style>
a { background-color: #E91F02; }
a { background-color: rgb(233,31,2); }
div.DivClassName
{
background-color: #E91F02;
}
.BgClassName
{
background-color: #E91F02;
}
</style>
border-color css
<style>
span { border-color: #E91F02; }
span { border-color: rgb(233,31,2); }
td.TdClassName
{
border-color: #E91F02;
}
.TagClassName
{
border-color: #E91F02;
}
</style>