Html Css Color HEX #E61220 Fire Engine Red

📋 copy color: '#E61220'

red 230 ◦ green 18 ◦ blue 32

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

Shades of Fire Engine Red #E61220

Tints of Fire Engine Red #E61220

RGB

 RED value IS 230 (90.23% from 255) = 82.14%

 GREEN value IS 18 (7.42% from 255) = 6.43%

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

R = 82.14%
G = 6.43%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E61220 (or 0xE61220) is known color: Fire Engine Red. HEX triplet: E6, 12 and 20. RGB value is (230,18,32). Sum of RGB (Red+Green+Blue) = 230+18+32=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E61220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61220 is #19EDDF. Grayscale: #535353. Windows color (decimal): -1699296 or 2101990. OLE color: 2101990.

HSL color Cylindrical-coordinate representation of color #E61220: hue angle of 356.04º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61220 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 18 32 -
CMYK 0 0.92 0.86 0.10
HSL 356.04º 0.85% 0.49% -
HSV(B) 356.04º 0.92% 0.9% -
XYZ 33.11 17.36 2.97 -
YUV 82.98 99.24 232.86 -
System Red Green Blue C M Y K H S L
Decimal 230 18 32 0 0.92 0.86 0.10 356.04 0.85 0.49
Hex E6 12 20 0 5C 56 A 164 55 31
Octal 346 22 40 0 134 126 12 544 125 61
Binary 11100110 10010 100000 0 1011100 1010110 1010 101100100 1010101 110001

Color Harmonies of #E61220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61220

Black with #E61220

Text Example


Text Example

White with #E61220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61220; }

 p { color: rgb(230,18,32); }

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

background-color css

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

 a { background-color: rgb(230,18,32); }

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

border-color css

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

 span { border-color: rgb(230,18,32); }

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