#E9220A

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

Shades of Scarlet #E9220A

Tints of Scarlet #E9220A

Color information

#E9220A (or 0xE9220A) is unknown color: approx Scarlet. HEX triplet: E9, 22 and 0A. RGB value is (233,34,10). Sum of RGB (Red+Green+Blue) = 233+34+10=277 (36% of max value = 765). Red value is 233 (91.41% from 255 or 84.12% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 233 - color contains mainly: red. Hex color #E9220A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9220A is #16DDF5. Grayscale: #5B5B5B. Windows color (decimal): -1498614 or 664297. OLE color: 664297.

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

Color convert

RGB2333410-
CMYK00.850.960.09
HSL6.46º91.77%47.65%-
HSV(B)6.46º95.71%91.37%-
XYZ34.2318.492.05-
YUV90.7682.43229.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 84.12%
GREEN value IS 34 (13.67% from 255) = 12.27%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=84.12%
G=12.27%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233341000.850.960.096.4691.7747.65
HexE922A05560965c30
Octal3514212012514011613460
Binary11101001100010101001010101110000010011101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9220A; }

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

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

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

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

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

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

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

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