Html Css Color HEX #E6111F Fire Engine Red

📋 copy color: '#E6111F'

red 230 ◦ green 17 ◦ blue 31

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

Shades of Fire Engine Red #E6111F

Tints of Fire Engine Red #E6111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.15%

R = 82.73%
G = 6.12%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6111F (or 0xE6111F) is known color: Fire Engine Red. HEX triplet: E6, 11 and 1F. RGB value is (230,17,31). Sum of RGB (Red+Green+Blue) = 230+17+31=278 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.73% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 230 - color contains mainly: red. Hex color #E6111F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6111F is #19EEE0. Grayscale: #525252. Windows color (decimal): -1699553 or 2036198. OLE color: 2036198.

HSL color Cylindrical-coordinate representation of color #E6111F: hue angle of 356.06º 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 #E6111F is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 17 31 -
CMYK 0 0.93 0.87 0.10
HSL 356.06º 0.86% 0.48% -
HSV(B) 356.06º 0.93% 0.9% -
XYZ 33.08 17.32 2.9 -
YUV 82.28 99.07 233.36 -
System Red Green Blue C M Y K H S L
Decimal 230 17 31 0 0.93 0.87 0.10 356.06 0.86 0.48
Hex E6 11 1F 0 5D 57 A 164 56 30
Octal 346 21 37 0 135 127 12 544 126 60
Binary 11100110 10001 11111 0 1011101 1010111 1010 101100100 1010110 110000

Color Harmonies of #E6111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6111F

Black with #E6111F

Text Example


Text Example

White with #E6111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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