Html Css Color HEX #E21D1F Fire Engine Red

📋 copy color: '#E21D1F'

red 226 ◦ green 29 ◦ blue 31

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

Shades of Fire Engine Red #E21D1F

Tints of Fire Engine Red #E21D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.14%

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

R = 79.02%
G = 10.14%
B = 10.84%

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

#E21D1F (or 0xE21D1F) is known color: Fire Engine Red. HEX triplet: E2, 1D and 1F. RGB value is (226,29,31). Sum of RGB (Red+Green+Blue) = 226+29+31=286 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.02% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21D1F is #1DE2E0. Grayscale: #585858. Windows color (decimal): -1958625 or 2039266. OLE color: 2039266.

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

Color convert

RGB 226 29 31 -
CMYK 0 0.87 0.86 0.11
HSL 359.39º 0.77% 0.5% -
HSV(B) 359.39º 0.87% 0.89% -
XYZ 32.05 17.15 2.92 -
YUV 88.13 95.77 226.34 -
System Red Green Blue C M Y K H S L
Decimal 226 29 31 0 0.87 0.86 0.11 359.39 0.77 0.5
Hex E2 1D 1F 0 57 56 B 167 4D 32
Octal 342 35 37 0 127 126 13 547 115 62
Binary 11100010 11101 11111 0 1010111 1010110 1011 101100111 1001101 110010

Color Harmonies of #E21D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21D1F

Black with #E21D1F

Text Example


Text Example

White with #E21D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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