Html Css Color HEX #E0141B Fire Engine Red

📋 copy color: '#E0141B'

red 224 ◦ green 20 ◦ blue 27

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

Shades of Fire Engine Red #E0141B

Tints of Fire Engine Red #E0141B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.96%

R = 82.66%
G = 7.38%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0141B (or 0xE0141B) is known color: Fire Engine Red. HEX triplet: E0, 14 and 1B. RGB value is (224,20,27). Sum of RGB (Red+Green+Blue) = 224+20+27=271 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.66% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 224 - color contains mainly: red. Hex color #E0141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0141B is #1FEBE4. Grayscale: #515151. Windows color (decimal): -2092005 or 1774816. OLE color: 1774816.

HSL color Cylindrical-coordinate representation of color #E0141B: hue angle of 357.94º 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 #E0141B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 20 27 -
CMYK 0 0.91 0.88 0.12
HSL 357.94º 0.84% 0.48% -
HSV(B) 357.94º 0.91% 0.88% -
XYZ 31.19 16.43 2.56 -
YUV 81.79 97.09 229.43 -
System Red Green Blue C M Y K H S L
Decimal 224 20 27 0 0.91 0.88 0.12 357.94 0.84 0.48
Hex E0 14 1B 0 5B 58 C 166 54 30
Octal 340 24 33 0 133 130 14 546 124 60
Binary 11100000 10100 11011 0 1011011 1011000 1100 101100110 1010100 110000

Color Harmonies of #E0141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0141B

Black with #E0141B

Text Example


Text Example

White with #E0141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0141B; }

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

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

background-color css

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

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

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

border-color css

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

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

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