Html Css Color HEX #E21E1F Fire Engine Red

📋 copy color: '#E21E1F'

red 226 ◦ green 30 ◦ blue 31

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

Shades of Fire Engine Red #E21E1F

Tints of Fire Engine Red #E21E1F

RGB

 RED value IS 226 (88.67% from 255) = 78.75%

 GREEN value IS 30 (12.11% from 255) = 10.45%

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

R = 78.75%
G = 10.45%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E21E1F (or 0xE21E1F) is known color: Fire Engine Red. HEX triplet: E2, 1E and 1F. RGB value is (226,30,31). Sum of RGB (Red+Green+Blue) = 226+30+31=287 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.75% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E1F is #1DE1E0. Grayscale: #585858. Windows color (decimal): -1958369 or 2039522. OLE color: 2039522.

HSL color Cylindrical-coordinate representation of color #E21E1F: hue angle of 359.69º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21E1F is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 30 31 -
CMYK 0 0.87 0.86 0.11
HSL 359.69º 0.77% 0.5% -
HSV(B) 359.69º 0.87% 0.89% -
XYZ 32.08 17.2 2.92 -
YUV 88.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 226 30 31 0 0.87 0.86 0.11 359.69 0.77 0.5
Hex E2 1E 1F 0 57 56 B 168 4D 32
Octal 342 36 37 0 127 126 13 550 115 62
Binary 11100010 11110 11111 0 1010111 1010110 1011 101101000 1001101 110010

Color Harmonies of #E21E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E1F

Black with #E21E1F

Text Example


Text Example

White with #E21E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E1F; }

 p { color: rgb(226,30,31); }

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

background-color css

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

 a { background-color: rgb(226,30,31); }

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

border-color css

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

 span { border-color: rgb(226,30,31); }

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