#E22207

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

Shades of Scarlet #E22207

Tints of Scarlet #E22207

Color information

#E22207 (or 0xE22207) is unknown color: approx Scarlet. HEX triplet: E2, 22 and 07. RGB value is (226,34,7). Sum of RGB (Red+Green+Blue) = 226+34+7=267 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.64% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 226 - color contains mainly: red. Hex color #E22207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22207 is #1DDDF8. Grayscale: #585858. Windows color (decimal): -1957369 or 467682. OLE color: 467682.

HSL color Cylindrical-coordinate representation of color #E22207: hue angle of 7.4º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E22207 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB226347-
CMYK00.850.970.11
HSL7.4º93.99%45.69%-
HSV(B)7.4º96.9%88.63%-
XYZ31.9717.331.86-
YUV88.3382.11226.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 84.64%
GREEN value IS 34 (13.67% from 255) = 12.73%
BLUE value IS 7 (3.12% from 255) = 2.62%
R=84.64%
G=12.73%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22634700.850.970.117.493.9945.69
HexE222705561B75e2e
Octal342427012514113713656
Binary1110001010001011101010101110000110111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22207; }

 p { color: rgb(226,34,7); }

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

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

 a { background-color: rgb(226,34,7); }

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

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

 span { border-color: rgb(226,34,7); }

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