#E22007

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

Shades of Scarlet #E22007

Tints of Scarlet #E22007

Color information

#E22007 (or 0xE22007) is unknown color: approx Scarlet. HEX triplet: E2, 20 and 07. RGB value is (226,32,7). Sum of RGB (Red+Green+Blue) = 226+32+7=265 (35% of max value = 765). Red value is 226 (88.67% from 255 or 85.28% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 226 - color contains mainly: red. Hex color #E22007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22007 is #1DDFF8. Grayscale: #575757. Windows color (decimal): -1957881 or 467170. OLE color: 467170.

HSL color Cylindrical-coordinate representation of color #E22007: hue angle of 6.85º 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 #E22007 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB226327-
CMYK00.860.970.11
HSL6.85º93.99%45.69%-
HSV(B)6.85º96.9%88.63%-
XYZ31.9217.221.84-
YUV87.1682.77227.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 85.28%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 7 (3.12% from 255) = 2.64%
R=85.28%
G=12.08%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22632700.860.970.116.8593.9945.69
HexE220705661B75e2e
Octal342407012614113713656
Binary1110001010000011101010110110000110111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22007; }

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

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

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

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

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

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

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

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