#E61712

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

Shades of Scarlet #E61712

Tints of Scarlet #E61712

Color information

#E61712 (or 0xE61712) is unknown color: approx Scarlet. HEX triplet: E6, 17 and 12. RGB value is (230,23,18). Sum of RGB (Red+Green+Blue) = 230+23+18=271 (35% of max value = 765). Red value is 230 (90.23% from 255 or 84.87% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 230 - color contains mainly: red. Hex color #E61712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61712 is #19E8ED. Grayscale: #545454. Windows color (decimal): -1698030 or 1185766. OLE color: 1185766.

HSL color Cylindrical-coordinate representation of color #E61712: hue angle of 1.42º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61712 is Cyan = 0, Magento = 0.9, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB2302318-
CMYK00.90.920.10
HSL1.42º85.48%48.63%-
HSV(B)1.42º92.17%90.2%-
XYZ33.0517.482.2-
YUV84.3290.58231.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 84.87%
GREEN value IS 23 (9.38% from 255) = 8.49%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=84.87%
G=8.49%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230231800.90.920.101.4285.4848.63
HexE6171205A5CA15531
Octal3462722013213412112561
Binary111001101011110010010110101011100101011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61712; }

 p { color: rgb(230,23,18); }

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

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

 a { background-color: rgb(230,23,18); }

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

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

 span { border-color: rgb(230,23,18); }

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