Html Css Color HEX #EA1517 Fire Engine Red

📋 copy color: '#EA1517'

red 234 ◦ green 21 ◦ blue 23

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

Shades of Fire Engine Red #EA1517

Tints of Fire Engine Red #EA1517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.27%

R = 84.17%
G = 7.55%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA1517 (or 0xEA1517) is known color: Fire Engine Red. HEX triplet: EA, 15 and 17. RGB value is (234,21,23). Sum of RGB (Red+Green+Blue) = 234+21+23=278 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.17% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1517 is #15EAE8. Grayscale: #555555. Windows color (decimal): -1436393 or 1512938. OLE color: 1512938.

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

Color convert

RGB 234 21 23 -
CMYK 0 0.91 0.90 0.08
HSL 359.44º 0.84% 0.5% -
HSV(B) 359.44º 0.91% 0.92% -
XYZ 34.35 18.09 2.49 -
YUV 84.92 93.07 234.34 -
System Red Green Blue C M Y K H S L
Decimal 234 21 23 0 0.91 0.90 0.08 359.44 0.84 0.5
Hex EA 15 17 0 5B 5A 8 167 54 32
Octal 352 25 27 0 133 132 10 547 124 62
Binary 11101010 10101 10111 0 1011011 1011010 1000 101100111 1010100 110010

Color Harmonies of #EA1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1517

Black with #EA1517

Text Example


Text Example

White with #EA1517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1517; }

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

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

background-color css

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

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

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

border-color css

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

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

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