#E20F0F

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

Shades of Red #E20F0F

Tints of Red #E20F0F

Color information

#E20F0F (or 0xE20F0F) is unknown color: approx Red. HEX triplet: E2, 0F and 0F. RGB value is (226,15,15). Sum of RGB (Red+Green+Blue) = 226+15+15=256 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.28% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20F0F is #1DF0F0. Grayscale: #4E4E4E. Windows color (decimal): -1962225 or 987106. OLE color: 987106.

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

Color convert

RGB2261515-
CMYK00.930.930.11
HSL87.55%47.25%-
HSV(B)93.36%88.63%-
XYZ31.6216.541.98-
YUV78.0992.4233.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 88.28%
GREEN value IS 15 (6.25% from 255) = 5.86%
BLUE value IS 15 (6.25% from 255) = 5.86%
R=88.28%
G=5.86%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226151500.930.930.11087.5547.25
HexE2FF05D5DB0582f
Octal3421717013513513013057
Binary1110001011111111010111011011101101101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20F0F; }

 p { color: rgb(226,15,15); }

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

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

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

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

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

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

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