#EE1E1C

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

Shades of Scarlet #EE1E1C

Tints of Scarlet #EE1E1C

Color information

#EE1E1C (or 0xEE1E1C) is unknown color: approx Scarlet. HEX triplet: EE, 1E and 1C. RGB value is (238,30,28). Sum of RGB (Red+Green+Blue) = 238+30+28=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1E1C is #11E1E3. Grayscale: #5C5C5C. Windows color (decimal): -1171940 or 1842926. OLE color: 1842926.

HSL color Cylindrical-coordinate representation of color #EE1E1C: hue angle of 0.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1E1C is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB2383028-
CMYK00.870.880.07
HSL0.57º86.07%52.16%-
HSV(B)0.57º88.24%93.33%-
XYZ35.9319.192.91-
YUV91.9691.91232.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 80.41%
GREEN value IS 30 (12.11% from 255) = 10.14%
BLUE value IS 28 (11.33% from 255) = 9.46%
R=80.41%
G=10.14%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238302800.870.880.070.5786.0752.16
HexEE1E1C05758715634
Octal356363401271307112664
Binary11101110111101110001010111101100011111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1E1C; }

 p { color: rgb(238,30,28); }

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

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

 a { background-color: rgb(238,30,28); }

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

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

 span { border-color: rgb(238,30,28); }

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