Html Css Color HEX #E0141E Fire Engine Red

📋 copy color: '#E0141E'

red 224 ◦ green 20 ◦ blue 30

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

Shades of Fire Engine Red #E0141E

Tints of Fire Engine Red #E0141E

RGB

 RED value IS 224 (87.89% from 255) = 81.75%

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

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 81.75%
G = 7.3%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E0141E (or 0xE0141E) is known color: Fire Engine Red. HEX triplet: E0, 14 and 1E. RGB value is (224,20,30). Sum of RGB (Red+Green+Blue) = 224+20+30=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E0141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0141E is #1FEBE1. Grayscale: #525252. Windows color (decimal): -2092002 or 1971424. OLE color: 1971424.

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

Color convert

RGB 224 20 30 -
CMYK 0 0.91 0.87 0.12
HSL 357.06º 0.84% 0.48% -
HSV(B) 357.06º 0.91% 0.88% -
XYZ 31.22 16.44 2.76 -
YUV 82.14 98.59 229.19 -
System Red Green Blue C M Y K H S L
Decimal 224 20 30 0 0.91 0.87 0.12 357.06 0.84 0.48
Hex E0 14 1E 0 5B 57 C 165 54 30
Octal 340 24 36 0 133 127 14 545 124 60
Binary 11100000 10100 11110 0 1011011 1010111 1100 101100101 1010100 110000

Color Harmonies of #E0141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0141E

Black with #E0141E

Text Example


Text Example

White with #E0141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0141E; }

 p { color: rgb(224,20,30); }

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

background-color css

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

 a { background-color: rgb(224,20,30); }

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

border-color css

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

 span { border-color: rgb(224,20,30); }

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