Html Css Color HEX #E30520 Fire Engine Red

📋 copy color: '#E30520'

red 227 ◦ green 5 ◦ blue 32

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

Shades of Fire Engine Red #E30520

Tints of Fire Engine Red #E30520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 85.98%
G = 1.89%
B = 12.12%

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

#E30520 (or 0xE30520) is known color: Fire Engine Red. HEX triplet: E3, 05 and 20. RGB value is (227,5,32). Sum of RGB (Red+Green+Blue) = 227+5+32=264 (34% of max value = 765). Red value is 227 (89.06% from 255 or 85.98% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 227 - color contains mainly: red. Hex color #E30520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30520 is #1CFADF. Grayscale: #4A4A4A. Windows color (decimal): -1899232 or 2098659. OLE color: 2098659.

HSL color Cylindrical-coordinate representation of color #E30520: hue angle of 352.7º degrees, saturation: 0.96, 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 #E30520 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 5 32 -
CMYK 0 0.98 0.86 0.11
HSL 352.7º 0.96% 0.45% -
HSV(B) 352.7º 0.98% 0.89% -
XYZ 31.99 16.54 2.87 -
YUV 74.46 104.05 236.8 -
System Red Green Blue C M Y K H S L
Decimal 227 5 32 0 0.98 0.86 0.11 352.7 0.96 0.45
Hex E3 5 20 0 62 56 B 161 60 2D
Octal 343 5 40 0 142 126 13 541 140 55
Binary 11100011 101 100000 0 1100010 1010110 1011 101100001 1100000 101101

Color Harmonies of #E30520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30520

Black with #E30520

Text Example


Text Example

White with #E30520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30520; }

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

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

background-color css

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

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

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

border-color css

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

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

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