#E31D13

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

Shades of Scarlet #E31D13

Tints of Scarlet #E31D13

Color information

#E31D13 (or 0xE31D13) is unknown color: approx Scarlet. HEX triplet: E3, 1D and 13. RGB value is (227,29,19). Sum of RGB (Red+Green+Blue) = 227+29+19=275 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.55% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 227 - color contains mainly: red. Hex color #E31D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E31D13 is #1CE2EC. Grayscale: #575757. Windows color (decimal): -1893101 or 1252835. OLE color: 1252835.

HSL color Cylindrical-coordinate representation of color #E31D13: hue angle of 2.88º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E31D13 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB2272919-
CMYK00.870.920.11
HSL2.88º84.55%48.24%-
HSV(B)2.88º91.63%89.02%-
XYZ32.2417.262.25-
YUV87.0689.6227.81-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 82.55%
GREEN value IS 29 (11.72% from 255) = 10.55%
BLUE value IS 19 (7.81% from 255) = 6.91%
R=82.55%
G=10.55%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227291900.870.920.112.8884.5548.24
HexE31D130575CB35530
Octal3433523012713413312560
Binary1110001111101100110101011110111001011111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31D13; }

 p { color: rgb(227,29,19); }

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

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

 a { background-color: rgb(227,29,19); }

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

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

 span { border-color: rgb(227,29,19); }

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