Html Css Color HEX #E30E20 Fire Engine Red

📋 copy color: '#E30E20'

red 227 ◦ green 14 ◦ blue 32

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

Shades of Fire Engine Red #E30E20

Tints of Fire Engine Red #E30E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.13%

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

R = 83.15%
G = 5.13%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E30E20 (or 0xE30E20) is known color: Fire Engine Red. HEX triplet: E3, 0E and 20. RGB value is (227,14,32). Sum of RGB (Red+Green+Blue) = 227+14+32=273 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.15% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30E20 is #1CF1DF. Grayscale: #4F4F4F. Windows color (decimal): -1896928 or 2100963. OLE color: 2100963.

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

Color convert

RGB 227 14 32 -
CMYK 0 0.94 0.86 0.11
HSL 354.93º 0.88% 0.47% -
HSV(B) 354.93º 0.94% 0.89% -
XYZ 32.1 16.75 2.91 -
YUV 79.74 101.07 233.04 -
System Red Green Blue C M Y K H S L
Decimal 227 14 32 0 0.94 0.86 0.11 354.93 0.88 0.47
Hex E3 E 20 0 5E 56 B 163 58 2F
Octal 343 16 40 0 136 126 13 543 130 57
Binary 11100011 1110 100000 0 1011110 1010110 1011 101100011 1011000 101111

Color Harmonies of #E30E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30E20

Black with #E30E20

Text Example


Text Example

White with #E30E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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