#E1220A

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

Shades of Scarlet #E1220A

Tints of Scarlet #E1220A

Color information

#E1220A (or 0xE1220A) is unknown color: approx Scarlet. HEX triplet: E1, 22 and 0A. RGB value is (225,34,10). Sum of RGB (Red+Green+Blue) = 225+34+10=269 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.64% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 225 - color contains mainly: red. Hex color #E1220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1220A is #1EDDF5. Grayscale: #585858. Windows color (decimal): -2022902 or 664289. OLE color: 664289.

HSL color Cylindrical-coordinate representation of color #E1220A: hue angle of 6.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1220A is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB2253410-
CMYK00.850.960.12
HSL6.7º91.49%46.08%-
HSV(B)6.7º95.56%88.24%-
XYZ31.6817.171.93-
YUV88.3783.78225.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 83.64%
GREEN value IS 34 (13.67% from 255) = 12.64%
BLUE value IS 10 (4.30% from 255) = 3.72%
R=83.64%
G=12.64%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225341000.850.960.126.791.4946.08
HexE122A05560C75b2e
Octal3414212012514014713356
Binary11100001100010101001010101110000011001111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1220A; }

 p { color: rgb(225,34,10); }

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

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

 a { background-color: rgb(225,34,10); }

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

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

 span { border-color: rgb(225,34,10); }

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