#E31C14

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

Shades of Scarlet #E31C14

Tints of Scarlet #E31C14

Color information

#E31C14 (or 0xE31C14) is unknown color: approx Scarlet. HEX triplet: E3, 1C and 14. RGB value is (227,28,20). Sum of RGB (Red+Green+Blue) = 227+28+20=275 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.55% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E31C14 is #1CE3EB. Grayscale: #565656. Windows color (decimal): -1893356 or 1318115. OLE color: 1318115.

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

Color convert

RGB2272820-
CMYK00.880.910.11
HSL2.32º83.81%48.43%-
HSV(B)2.32º91.19%89.02%-
XYZ32.2217.212.29-
YUV86.5990.43228.15-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 82.55%
GREEN value IS 28 (11.33% from 255) = 10.18%
BLUE value IS 20 (8.20% from 255) = 7.27%
R=82.55%
G=10.18%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227282000.880.910.112.3283.8148.43
HexE31C140585BB25430
Octal3433424013013313212460
Binary1110001111100101000101100010110111011101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31C14; }

 p { color: rgb(227,28,20); }

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

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

 a { background-color: rgb(227,28,20); }

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

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

 span { border-color: rgb(227,28,20); }

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