Html Css Color HEX #EA0717 Fire Engine Red

📋 copy color: '#EA0717'

red 234 ◦ green 7 ◦ blue 23

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

Shades of Fire Engine Red #EA0717

Tints of Fire Engine Red #EA0717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.65%

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

R = 88.64%
G = 2.65%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA0717 (or 0xEA0717) is known color: Fire Engine Red. HEX triplet: EA, 07 and 17. RGB value is (234,7,23). Sum of RGB (Red+Green+Blue) = 234+7+23=264 (34% of max value = 765). Red value is 234 (91.80% from 255 or 88.64% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0717 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0717 is #15F8E8. Grayscale: #4C4C4C. Windows color (decimal): -1439977 or 1509354. OLE color: 1509354.

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

Color convert

RGB 234 7 23 -
CMYK 0 0.97 0.90 0.08
HSL 355.77º 0.94% 0.47% -
HSV(B) 355.77º 0.97% 0.92% -
XYZ 34.16 17.71 2.43 -
YUV 76.7 97.71 240.2 -
System Red Green Blue C M Y K H S L
Decimal 234 7 23 0 0.97 0.90 0.08 355.77 0.94 0.47
Hex EA 7 17 0 61 5A 8 164 5E 2F
Octal 352 7 27 0 141 132 10 544 136 57
Binary 11101010 111 10111 0 1100001 1011010 1000 101100100 1011110 101111

Color Harmonies of #EA0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0717

Black with #EA0717

Text Example


Text Example

White with #EA0717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0717; }

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

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

background-color css

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

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

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

border-color css

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

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

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