#E9180C

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

Shades of Scarlet #E9180C

Tints of Scarlet #E9180C

Color information

#E9180C (or 0xE9180C) is unknown color: approx Scarlet. HEX triplet: E9, 18 and 0C. RGB value is (233,24,12). Sum of RGB (Red+Green+Blue) = 233+24+12=269 (35% of max value = 765). Red value is 233 (91.41% from 255 or 86.62% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 233 - color contains mainly: red. Hex color #E9180C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9180C is #16E7F3. Grayscale: #555555. Windows color (decimal): -1501172 or 792809. OLE color: 792809.

HSL color Cylindrical-coordinate representation of color #E9180C: hue angle of 3.26º 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 #E9180C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB2332412-
CMYK00.900.950.09
HSL3.26º90.2%48.04%-
HSV(B)3.26º94.85%91.37%-
XYZ34182.03-
YUV85.1286.74233.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 86.62%
GREEN value IS 24 (9.77% from 255) = 8.92%
BLUE value IS 12 (5.08% from 255) = 4.46%
R=86.62%
G=8.92%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233241200.900.950.093.2690.248.04
HexE918C05A5F935a30
Octal3513014013213711313260
Binary111010011100011000101101010111111001111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9180C; }

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

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

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

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

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

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

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

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