Html Css Color HEX #EA151B Fire Engine Red

📋 copy color: '#EA151B'

red 234 ◦ green 21 ◦ blue 27

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

Shades of Fire Engine Red #EA151B

Tints of Fire Engine Red #EA151B

RGB

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

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

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

R = 82.98%
G = 7.45%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA151B (or 0xEA151B) is known color: Fire Engine Red. HEX triplet: EA, 15 and 1B. RGB value is (234,21,27). Sum of RGB (Red+Green+Blue) = 234+21+27=282 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.98% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 234 - color contains mainly: red. Hex color #EA151B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA151B is #15EAE4. Grayscale: #555555. Windows color (decimal): -1436389 or 1775082. OLE color: 1775082.

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

Color convert

RGB 234 21 27 -
CMYK 0 0.91 0.88 0.08
HSL 358.31º 0.84% 0.5% -
HSV(B) 358.31º 0.91% 0.92% -
XYZ 34.4 18.11 2.72 -
YUV 85.37 95.07 234.01 -
System Red Green Blue C M Y K H S L
Decimal 234 21 27 0 0.91 0.88 0.08 358.31 0.84 0.5
Hex EA 15 1B 0 5B 58 8 166 54 32
Octal 352 25 33 0 133 130 10 546 124 62
Binary 11101010 10101 11011 0 1011011 1011000 1000 101100110 1010100 110010

Color Harmonies of #EA151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA151B

Black with #EA151B

Text Example


Text Example

White with #EA151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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