#E21E07

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

Shades of Scarlet #E21E07

Tints of Scarlet #E21E07

Color information

#E21E07 (or 0xE21E07) is unknown color: approx Scarlet. HEX triplet: E2, 1E and 07. RGB value is (226,30,7). Sum of RGB (Red+Green+Blue) = 226+30+7=263 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.93% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21E07 is #1DE1F8. Grayscale: #565656. Windows color (decimal): -1958393 or 466658. OLE color: 466658.

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

Color convert

RGB226307-
CMYK00.870.970.11
HSL6.3º93.99%45.69%-
HSV(B)6.3º96.9%88.63%-
XYZ31.8717.111.82-
YUV85.9883.43227.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 85.93%
GREEN value IS 30 (12.11% from 255) = 11.41%
BLUE value IS 7 (3.12% from 255) = 2.66%
R=85.93%
G=11.41%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22630700.870.970.116.393.9945.69
HexE21E705761B65e2e
Octal342367012714113613656
Binary111000101111011101010111110000110111101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21E07; }

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

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

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

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

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

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

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

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