Shades of Scarlet #E91F1E
Tints of Scarlet #E91F1E
RGB
CMYK
RGB Variations
Color information
#E91F1E (or 0xE91F1E) is known color: Scarlet. HEX triplet: E9, 1F and 1E. RGB value is (233,31,30). Sum of RGB (Red+Green+Blue) = 233+31+30=294 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.25% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91F1E is #16E0E1. Grayscale: #5B5B5B. Windows color (decimal): -1499362 or 1974249. OLE color: 1974249.
HSL color Cylindrical-coordinate representation of color #E91F1E: hue angle of 0.3º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91F1E is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 31 | 30 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.09 |
| HSL | 0.3º | 0.82% | 0.52% | - |
| HSV(B) | 0.3º | 0.87% | 0.91% | - |
| XYZ | 34.33 | 18.4 | 2.97 | - |
| YUV | 91.28 | 93.42 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 30 | 0 | 0.87 | 0.87 | 0.09 | 0.3 | 0.82 | 0.52 |
| Hex | E9 | 1F | 1E | 0 | 57 | 57 | 9 | 0 | 52 | 34 |
| Octal | 351 | 37 | 36 | 0 | 127 | 127 | 11 | 0 | 122 | 64 |
| Binary | 11101001 | 11111 | 11110 | 0 | 1010111 | 1010111 | 1001 | 0 | 1010010 | 110100 |
Color Harmonies of #E91F1E
Complementary color
Monochromatic Colors of #E91F1E
Black with #E91F1E
Text Example
Text Example
White with #E91F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91F1E; }
p { color: rgb(233,31,30); }
H1.HeaderClassName
{
color: #E91F1E;
}
.AnyTagClassName
{
color: #E91F1E;
}
</style>
background-color css
<style>
a { background-color: #E91F1E; }
a { background-color: rgb(233,31,30); }
div.DivClassName
{
background-color: #E91F1E;
}
.BgClassName
{
background-color: #E91F1E;
}
</style>
border-color css
<style>
span { border-color: #E91F1E; }
span { border-color: rgb(233,31,30); }
td.TdClassName
{
border-color: #E91F1E;
}
.TagClassName
{
border-color: #E91F1E;
}
</style>