Html Css Color HEX #E11822 Fire Engine Red

📋 copy color: '#E11822'

red 225 ◦ green 24 ◦ blue 34

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

Shades of Fire Engine Red #E11822

Tints of Fire Engine Red #E11822

RGB

 RED value IS 225 (88.28% from 255) = 79.51%

 GREEN value IS 24 (9.77% from 255) = 8.48%

 BLUE value IS 34 (13.67% from 255) = 12.01%

R = 79.51%
G = 8.48%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E11822 (or 0xE11822) is known color: Fire Engine Red. HEX triplet: E1, 18 and 22. RGB value is (225,24,34). Sum of RGB (Red+Green+Blue) = 225+24+34=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E11822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11822 is #1EE7DD. Grayscale: #555555. Windows color (decimal): -2025438 or 2234593. OLE color: 2234593.

HSL color Cylindrical-coordinate representation of color #E11822: hue angle of 357.01º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11822 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 24 34 -
CMYK 0 0.89 0.85 0.12
HSL 357.01º 0.81% 0.49% -
HSV(B) 357.01º 0.89% 0.88% -
XYZ 31.67 16.78 3.08 -
YUV 85.24 99.09 227.69 -
System Red Green Blue C M Y K H S L
Decimal 225 24 34 0 0.89 0.85 0.12 357.01 0.81 0.49
Hex E1 18 22 0 59 55 C 165 51 31
Octal 341 30 42 0 131 125 14 545 121 61
Binary 11100001 11000 100010 0 1011001 1010101 1100 101100101 1010001 110001

Color Harmonies of #E11822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11822

Black with #E11822

Text Example


Text Example

White with #E11822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11822; }

 p { color: rgb(225,24,34); }

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

background-color css

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

 a { background-color: rgb(225,24,34); }

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

border-color css

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

 span { border-color: rgb(225,24,34); }

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