Html Css Color HEX #E61114 Fire Engine Red

📋 copy color: '#E61114'

red 230 ◦ green 17 ◦ blue 20

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

Shades of Fire Engine Red #E61114

Tints of Fire Engine Red #E61114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.37%

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 86.14%
G = 6.37%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E61114 (or 0xE61114) is known color: Fire Engine Red. HEX triplet: E6, 11 and 14. RGB value is (230,17,20). Sum of RGB (Red+Green+Blue) = 230+17+20=267 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.14% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 230 - color contains mainly: red. Hex color #E61114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61114 is #19EEEB. Grayscale: #515151. Windows color (decimal): -1699564 or 1315302. OLE color: 1315302.

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

Color convert

RGB 230 17 20 -
CMYK 0 0.93 0.91 0.10
HSL 359.15º 0.86% 0.48% -
HSV(B) 359.15º 0.93% 0.9% -
XYZ 32.96 17.27 2.26 -
YUV 81.03 93.57 234.26 -
System Red Green Blue C M Y K H S L
Decimal 230 17 20 0 0.93 0.91 0.10 359.15 0.86 0.48
Hex E6 11 14 0 5D 5B A 167 56 30
Octal 346 21 24 0 135 133 12 547 126 60
Binary 11100110 10001 10100 0 1011101 1011011 1010 101100111 1010110 110000

Color Harmonies of #E61114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61114

Black with #E61114

Text Example


Text Example

White with #E61114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61114; }

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

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

background-color css

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

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

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

border-color css

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

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

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