Html Css Color HEX #E30320 Fire Engine Red

📋 copy color: '#E30320'

red 227 ◦ green 3 ◦ blue 32

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

Shades of Fire Engine Red #E30320

Tints of Fire Engine Red #E30320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 86.64%
G = 1.15%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E30320 (or 0xE30320) is known color: Fire Engine Red. HEX triplet: E3, 03 and 20. RGB value is (227,3,32). Sum of RGB (Red+Green+Blue) = 227+3+32=262 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.64% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 227 - color contains mainly: red. Hex color #E30320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30320 is #1CFCDF. Grayscale: #494949. Windows color (decimal): -1899744 or 2098147. OLE color: 2098147.

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

Color convert

RGB 227 3 32 -
CMYK 0 0.99 0.86 0.11
HSL 352.23º 0.97% 0.45% -
HSV(B) 352.23º 0.99% 0.89% -
XYZ 31.97 16.5 2.87 -
YUV 73.28 104.71 237.64 -
System Red Green Blue C M Y K H S L
Decimal 227 3 32 0 0.99 0.86 0.11 352.23 0.97 0.45
Hex E3 3 20 0 63 56 B 160 61 2D
Octal 343 3 40 0 143 126 13 540 141 55
Binary 11100011 11 100000 0 1100011 1010110 1011 101100000 1100001 101101

Color Harmonies of #E30320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30320

Black with #E30320

Text Example


Text Example

White with #E30320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30320; }

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

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

background-color css

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

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

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

border-color css

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

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

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