Html Css Color HEX #EB0A19 Fire Engine Red

📋 copy color: '#EB0A19'

red 235 ◦ green 10 ◦ blue 25

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

Shades of Fire Engine Red #EB0A19

Tints of Fire Engine Red #EB0A19

RGB

 RED value IS 235 (92.19% from 255) = 87.04%

 GREEN value IS 10 (4.3% from 255) = 3.7%

 BLUE value IS 25 (10.16% from 255) = 9.26%

R = 87.04%
G = 3.7%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB0A19 (or 0xEB0A19) is known color: Fire Engine Red. HEX triplet: EB, 0A and 19. RGB value is (235,10,25). Sum of RGB (Red+Green+Blue) = 235+10+25=270 (35% of max value = 765). Red value is 235 (92.19% from 255 or 87.04% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A19 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0A19 is #14F5E6. Grayscale: #4F4F4F. Windows color (decimal): -1373671 or 1641195. OLE color: 1641195.

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

Color convert

RGB 235 10 25 -
CMYK 0 0.96 0.89 0.08
HSL 356º 0.92% 0.48% -
HSV(B) 356º 0.96% 0.92% -
XYZ 34.54 17.95 2.56 -
YUV 78.99 97.54 239.28 -
System Red Green Blue C M Y K H S L
Decimal 235 10 25 0 0.96 0.89 0.08 356 0.92 0.48
Hex EB A 19 0 60 59 8 164 5C 30
Octal 353 12 31 0 140 131 10 544 134 60
Binary 11101011 1010 11001 0 1100000 1011001 1000 101100100 1011100 110000

Color Harmonies of #EB0A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0A19

Black with #EB0A19

Text Example


Text Example

White with #EB0A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0A19; }

 p { color: rgb(235,10,25); }

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

background-color css

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

 a { background-color: rgb(235,10,25); }

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

border-color css

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

 span { border-color: rgb(235,10,25); }

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