#E9190C

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

Shades of Scarlet #E9190C

Tints of Scarlet #E9190C

Color information

#E9190C (or 0xE9190C) is unknown color: approx Scarlet. HEX triplet: E9, 19 and 0C. RGB value is (233,25,12). Sum of RGB (Red+Green+Blue) = 233+25+12=270 (35% of max value = 765). Red value is 233 (91.41% from 255 or 86.30% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 233 - color contains mainly: red. Hex color #E9190C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9190C is #16E6F3. Grayscale: #555555. Windows color (decimal): -1500916 or 793065. OLE color: 793065.

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

Color convert

RGB2332512-
CMYK00.890.950.09
HSL3.53º90.2%48.04%-
HSV(B)3.53º94.85%91.37%-
XYZ34.0218.052.04-
YUV85.7186.41233.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 86.30%
GREEN value IS 25 (10.16% from 255) = 9.26%
BLUE value IS 12 (5.08% from 255) = 4.44%
R=86.30%
G=9.26%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233251200.890.950.093.5390.248.04
HexE919C0595F945a30
Octal3513114013113711413260
Binary1110100111001110001011001101111110011001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9190C; }

 p { color: rgb(233,25,12); }

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

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

 a { background-color: rgb(233,25,12); }

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

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

 span { border-color: rgb(233,25,12); }

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