Html Css Color HEX #E6111B Fire Engine Red

📋 copy color: '#E6111B'

red 230 ◦ green 17 ◦ blue 27

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

Shades of Fire Engine Red #E6111B

Tints of Fire Engine Red #E6111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 83.94%
G = 6.2%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6111B (or 0xE6111B) is known color: Fire Engine Red. HEX triplet: E6, 11 and 1B. RGB value is (230,17,27). Sum of RGB (Red+Green+Blue) = 230+17+27=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E6111B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6111B is #19EEE4. Grayscale: #525252. Windows color (decimal): -1699557 or 1774054. OLE color: 1774054.

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

Color convert

RGB 230 17 27 -
CMYK 0 0.93 0.88 0.10
HSL 357.18º 0.86% 0.48% -
HSV(B) 357.18º 0.93% 0.9% -
XYZ 33.03 17.3 2.64 -
YUV 81.83 97.07 233.69 -
System Red Green Blue C M Y K H S L
Decimal 230 17 27 0 0.93 0.88 0.10 357.18 0.86 0.48
Hex E6 11 1B 0 5D 58 A 165 56 30
Octal 346 21 33 0 135 130 12 545 126 60
Binary 11100110 10001 11011 0 1011101 1011000 1010 101100101 1010110 110000

Color Harmonies of #E6111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6111B

Black with #E6111B

Text Example


Text Example

White with #E6111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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