Html Css Color HEX #E21C1D Fire Engine Red

📋 copy color: '#E21C1D'

red 226 ◦ green 28 ◦ blue 29

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

Shades of Fire Engine Red #E21C1D

Tints of Fire Engine Red #E21C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.89%

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 79.86%
G = 9.89%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E21C1D (or 0xE21C1D) is known color: Fire Engine Red. HEX triplet: E2, 1C and 1D. RGB value is (226,28,29). Sum of RGB (Red+Green+Blue) = 226+28+29=283 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.86% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21C1D is #1DE3E2. Grayscale: #575757. Windows color (decimal): -1958883 or 1907938. OLE color: 1907938.

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

Color convert

RGB 226 28 29 -
CMYK 0 0.88 0.87 0.11
HSL 359.7º 0.78% 0.5% -
HSV(B) 359.7º 0.88% 0.89% -
XYZ 32 17.09 2.77 -
YUV 87.32 95.1 226.92 -
System Red Green Blue C M Y K H S L
Decimal 226 28 29 0 0.88 0.87 0.11 359.7 0.78 0.5
Hex E2 1C 1D 0 58 57 B 168 4E 32
Octal 342 34 35 0 130 127 13 550 116 62
Binary 11100010 11100 11101 0 1011000 1010111 1011 101101000 1001110 110010

Color Harmonies of #E21C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21C1D

Black with #E21C1D

Text Example


Text Example

White with #E21C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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