Html Css Color HEX #EA1317 Fire Engine Red

📋 copy color: '#EA1317'

red 234 ◦ green 19 ◦ blue 23

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

Shades of Fire Engine Red #EA1317

Tints of Fire Engine Red #EA1317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

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

R = 84.78%
G = 6.88%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA1317 (or 0xEA1317) is known color: Fire Engine Red. HEX triplet: EA, 13 and 17. RGB value is (234,19,23). Sum of RGB (Red+Green+Blue) = 234+19+23=276 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.78% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1317 is #15ECE8. Grayscale: #535353. Windows color (decimal): -1436905 or 1512426. OLE color: 1512426.

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

Color convert

RGB 234 19 23 -
CMYK 0 0.92 0.90 0.08
HSL 358.88º 0.85% 0.5% -
HSV(B) 358.88º 0.92% 0.92% -
XYZ 34.32 18.02 2.48 -
YUV 83.74 93.73 235.17 -
System Red Green Blue C M Y K H S L
Decimal 234 19 23 0 0.92 0.90 0.08 358.88 0.85 0.5
Hex EA 13 17 0 5C 5A 8 167 55 32
Octal 352 23 27 0 134 132 10 547 125 62
Binary 11101010 10011 10111 0 1011100 1011010 1000 101100111 1010101 110010

Color Harmonies of #EA1317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1317

Black with #EA1317

Text Example


Text Example

White with #EA1317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1317; }

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

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

background-color css

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

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

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

border-color css

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

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

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