Html Css Color HEX #EA1015 Fire Engine Red

📋 copy color: '#EA1015'

red 234 ◦ green 16 ◦ blue 21

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

Shades of Fire Engine Red #EA1015

Tints of Fire Engine Red #EA1015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

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

R = 86.35%
G = 5.9%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA1015 (or 0xEA1015) is known color: Fire Engine Red. HEX triplet: EA, 10 and 15. RGB value is (234,16,21). Sum of RGB (Red+Green+Blue) = 234+16+21=271 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.35% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1015 is #15EFEA. Grayscale: #515151. Windows color (decimal): -1437675 or 1380586. OLE color: 1380586.

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

Color convert

RGB 234 16 21 -
CMYK 0 0.93 0.91 0.08
HSL 358.62º 0.87% 0.49% -
HSV(B) 358.62º 0.93% 0.92% -
XYZ 34.25 17.92 2.36 -
YUV 81.75 93.72 236.59 -
System Red Green Blue C M Y K H S L
Decimal 234 16 21 0 0.93 0.91 0.08 358.62 0.87 0.49
Hex EA 10 15 0 5D 5B 8 167 57 31
Octal 352 20 25 0 135 133 10 547 127 61
Binary 11101010 10000 10101 0 1011101 1011011 1000 101100111 1010111 110001

Color Harmonies of #EA1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1015

Black with #EA1015

Text Example


Text Example

White with #EA1015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1015; }

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

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

background-color css

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

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

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

border-color css

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

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

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