Html Css Color HEX #E21415 Fire Engine Red

📋 copy color: '#E21415'

red 226 ◦ green 20 ◦ blue 21

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

Shades of Fire Engine Red #E21415

Tints of Fire Engine Red #E21415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 84.64%
G = 7.49%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E21415 (or 0xE21415) is known color: Fire Engine Red. HEX triplet: E2, 14 and 15. RGB value is (226,20,21). Sum of RGB (Red+Green+Blue) = 226+20+21=267 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.64% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 226 - color contains mainly: red. Hex color #E21415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21415 is #1DEBEA. Grayscale: #515151. Windows color (decimal): -1960939 or 1381602. OLE color: 1381602.

HSL color Cylindrical-coordinate representation of color #E21415: hue angle of 359.71º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E21415 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 20 21 -
CMYK 0 0.91 0.91 0.11
HSL 359.71º 0.84% 0.48% -
HSV(B) 359.71º 0.91% 0.89% -
XYZ 31.75 16.72 2.26 -
YUV 81.71 93.75 230.92 -
System Red Green Blue C M Y K H S L
Decimal 226 20 21 0 0.91 0.91 0.11 359.71 0.84 0.48
Hex E2 14 15 0 5B 5B B 168 54 30
Octal 342 24 25 0 133 133 13 550 124 60
Binary 11100010 10100 10101 0 1011011 1011011 1011 101101000 1010100 110000

Color Harmonies of #E21415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21415

Black with #E21415

Text Example


Text Example

White with #E21415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21415; }

 p { color: rgb(226,20,21); }

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

background-color css

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

 a { background-color: rgb(226,20,21); }

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

border-color css

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

 span { border-color: rgb(226,20,21); }

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