Html Css Color HEX #EA151E Fire Engine Red

📋 copy color: '#EA151E'

red 234 ◦ green 21 ◦ blue 30

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

Shades of Fire Engine Red #EA151E

Tints of Fire Engine Red #EA151E

RGB

 RED value IS 234 (91.8% from 255) = 82.11%

 GREEN value IS 21 (8.59% from 255) = 7.37%

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

R = 82.11%
G = 7.37%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA151E (or 0xEA151E) is known color: Fire Engine Red. HEX triplet: EA, 15 and 1E. RGB value is (234,21,30). Sum of RGB (Red+Green+Blue) = 234+21+30=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA151E is #15EAE1. Grayscale: #555555. Windows color (decimal): -1436386 or 1971690. OLE color: 1971690.

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

Color convert

RGB 234 21 30 -
CMYK 0 0.91 0.87 0.08
HSL 357.46º 0.84% 0.5% -
HSV(B) 357.46º 0.91% 0.92% -
XYZ 34.43 18.12 2.91 -
YUV 85.71 96.57 233.77 -
System Red Green Blue C M Y K H S L
Decimal 234 21 30 0 0.91 0.87 0.08 357.46 0.84 0.5
Hex EA 15 1E 0 5B 57 8 165 54 32
Octal 352 25 36 0 133 127 10 545 124 62
Binary 11101010 10101 11110 0 1011011 1010111 1000 101100101 1010100 110010

Color Harmonies of #EA151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA151E

Black with #EA151E

Text Example


Text Example

White with #EA151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA151E; }

 p { color: rgb(234,21,30); }

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

background-color css

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

 a { background-color: rgb(234,21,30); }

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

border-color css

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

 span { border-color: rgb(234,21,30); }

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