#E71F12

Color #E71F12 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #E71F12

Tints of Scarlet #E71F12

Color information

#E71F12 (or 0xE71F12) is unknown color: approx Scarlet. HEX triplet: E7, 1F and 12. RGB value is (231,31,18). Sum of RGB (Red+Green+Blue) = 231+31+18=280 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.5% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E71F12 is #18E0ED. Grayscale: #595959. Windows color (decimal): -1630446 or 1187815. OLE color: 1187815.

HSL color Cylindrical-coordinate representation of color #E71F12: hue angle of 3.66º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71F12 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB2313118-
CMYK00.870.920.09
HSL3.66º85.54%48.82%-
HSV(B)3.66º92.21%90.59%-
XYZ33.5518.012.28-
YUV89.3287.76229.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 82.5%
GREEN value IS 31 (12.5% from 255) = 11.07%
BLUE value IS 18 (7.42% from 255) = 6.43%
R=82.5%
G=11.07%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231311800.870.920.093.6685.5448.82
HexE71F120575C945631
Octal3473722012713411412661
Binary11100111111111001001010111101110010011001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71F12; }

 p { color: rgb(231,31,18); }

 H1.HeaderClassName
 {
   color: #E71F12;
 }
 .AnyTagClassName
 {
   color: #E71F12;
 }
</style>
background-color css

<style>
 a { background-color: #E71F12; }

 a { background-color: rgb(231,31,18); }

 div.DivClassName
 {
   background-color: #E71F12;
 }
 .BgClassName
 {
   background-color: #E71F12;
 }
</style>
border-color css

<style>
 span { border-color: #E71F12; }

 span { border-color: rgb(231,31,18); }

 td.TdClassName
 {
   border-color: #E71F12;
 }
 .TagClassName
 {
   border-color: #E71F12;
 }
</style>