#E31816

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

Shades of Scarlet #E31816

Tints of Scarlet #E31816

Color information

#E31816 (or 0xE31816) is unknown color: approx Scarlet. HEX triplet: E3, 18 and 16. RGB value is (227,24,22). Sum of RGB (Red+Green+Blue) = 227+24+22=273 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.15% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 227 - color contains mainly: red. Hex color #E31816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31816 is #1CE7E9. Grayscale: #545454. Windows color (decimal): -1894378 or 1448163. OLE color: 1448163.

HSL color Cylindrical-coordinate representation of color #E31816: hue angle of 0.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31816 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB2272422-
CMYK00.890.900.11
HSL0.59º82.33%48.82%-
HSV(B)0.59º90.31%89.02%-
XYZ32.1517.042.35-
YUV84.4792.75229.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 83.15%
GREEN value IS 24 (9.77% from 255) = 8.79%
BLUE value IS 22 (8.98% from 255) = 8.06%
R=83.15%
G=8.79%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227242200.890.900.110.5982.3348.82
HexE318160595AB15231
Octal3433026013113213112261
Binary111000111100010110010110011011010101111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31816; }

 p { color: rgb(227,24,22); }

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

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

 a { background-color: rgb(227,24,22); }

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

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

 span { border-color: rgb(227,24,22); }

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