Html Css Color HEX #E61420 Fire Engine Red

📋 copy color: '#E61420'

red 230 ◦ green 20 ◦ blue 32

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

Shades of Fire Engine Red #E61420

Tints of Fire Engine Red #E61420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.09%

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

R = 81.56%
G = 7.09%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E61420 (or 0xE61420) is known color: Fire Engine Red. HEX triplet: E6, 14 and 20. RGB value is (230,20,32). Sum of RGB (Red+Green+Blue) = 230+20+32=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E61420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61420 is #19EBDF. Grayscale: #545454. Windows color (decimal): -1698784 or 2102502. OLE color: 2102502.

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

Color convert

RGB 230 20 32 -
CMYK 0 0.91 0.86 0.10
HSL 356.57º 0.84% 0.49% -
HSV(B) 356.57º 0.91% 0.9% -
XYZ 33.14 17.43 2.98 -
YUV 84.16 98.57 232.02 -
System Red Green Blue C M Y K H S L
Decimal 230 20 32 0 0.91 0.86 0.10 356.57 0.84 0.49
Hex E6 14 20 0 5B 56 A 165 54 31
Octal 346 24 40 0 133 126 12 545 124 61
Binary 11100110 10100 100000 0 1011011 1010110 1010 101100101 1010100 110001

Color Harmonies of #E61420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61420

Black with #E61420

Text Example


Text Example

White with #E61420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61420; }

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

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

background-color css

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

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

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

border-color css

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

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

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