Html Css Color HEX #E30420 Fire Engine Red

📋 copy color: '#E30420'

red 227 ◦ green 4 ◦ blue 32

#E30420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #E30420

Tints of Fire Engine Red #E30420

RGB

 RED value IS 227 (89.06% from 255) = 86.31%

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 32 (12.89% from 255) = 12.17%

R = 86.31%
G = 1.52%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E30420 (or 0xE30420) is known color: Fire Engine Red. HEX triplet: E3, 04 and 20. RGB value is (227,4,32). Sum of RGB (Red+Green+Blue) = 227+4+32=263 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.31% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 227 - color contains mainly: red. Hex color #E30420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30420 is #1CFBDF. Grayscale: #494949. Windows color (decimal): -1899488 or 2098403. OLE color: 2098403.

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

Color convert

RGB 227 4 32 -
CMYK 0 0.98 0.86 0.11
HSL 352.47º 0.97% 0.45% -
HSV(B) 352.47º 0.98% 0.89% -
XYZ 31.98 16.52 2.87 -
YUV 73.87 104.38 237.22 -
System Red Green Blue C M Y K H S L
Decimal 227 4 32 0 0.98 0.86 0.11 352.47 0.97 0.45
Hex E3 4 20 0 62 56 B 160 61 2D
Octal 343 4 40 0 142 126 13 540 141 55
Binary 11100011 100 100000 0 1100010 1010110 1011 101100000 1100001 101101

Color Harmonies of #E30420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30420

Black with #E30420

Text Example


Text Example

White with #E30420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30420; }

 p { color: rgb(227,4,32); }

 H1.HeaderClassName
 {
   color: #E30420;
 }
 .AnyTagClassName
 {
   color: #E30420;
 }
</style>

background-color css

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

 a { background-color: rgb(227,4,32); }

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

border-color css

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

 span { border-color: rgb(227,4,32); }

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