#e70f0f

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

Shades of Red #E70F0F

Tints of Red #E70F0F

Color information

#E70F0F (or 0xE70F0F) is unknown color: approx Red. HEX triplet: E7, 0F and 0F. RGB value is (231,15,15). Sum of RGB (Red+Green+Blue) = 231+15+15=261 (34% of max value = 765). Red value is 231 (90.62% from 255 or 88.51% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70F0F is #18F0F0. Grayscale: #4F4F4F. Windows color (decimal): -1634545 or 987111. OLE color: 987111.

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

Color convert

RGB2311515-
CMYK00.940.940.09
HSL87.8%48.24%-
HSV(B)93.51%90.59%-
XYZ33.2117.372.05-
YUV79.5891.56236-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 88.51%
GREEN value IS 15 (6.25% from 255) = 5.75%
BLUE value IS 15 (6.25% from 255) = 5.75%
R=88.51%
G=5.75%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231151500.940.940.09087.848.24
HexE7FF05E5E905830
Octal3471717013613611013060
Binary1110011111111111010111101011110100101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e70f0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e70f0f; }

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

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

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

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

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

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

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

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