#E70421

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

Shades of Fire Engine Red #E70421

Tints of Fire Engine Red #E70421

Color information

#E70421 (or 0xE70421) is unknown color: approx Fire Engine Red. HEX triplet: E7, 04 and 21. RGB value is (231,4,33). Sum of RGB (Red+Green+Blue) = 231+4+33=268 (35% of max value = 765). Red value is 231 (90.62% from 255 or 86.19% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 231 - color contains mainly: red. Hex color #E70421 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70421 is #18FBDE. Grayscale: #4B4B4B. Windows color (decimal): -1637343 or 2163943. OLE color: 2163943.

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

Color convert

RGB231433-
CMYK00.980.860.09
HSL352.33º96.6%46.08%-
HSV(B)352.33º98.27%90.59%-
XYZ33.2717.193-
YUV75.18104.21239.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 86.19%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 33 (13.28% from 255) = 12.31%
R=86.19%
G=1.49%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23143300.980.860.09352.3396.646.08
HexE7421062569160612e
Octal34744101421261154014156
Binary1110011110010000101100010101011010011011000001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70421; }

 p { color: rgb(231,4,33); }

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

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

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

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

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

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

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