Html Css Color HEX #EB0914 Fire Engine Red

📋 copy color: '#EB0914'

red 235 ◦ green 9 ◦ blue 20

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

Shades of Fire Engine Red #EB0914

Tints of Fire Engine Red #EB0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.41%

 BLUE value IS 20 (8.2% from 255) = 7.58%

R = 89.02%
G = 3.41%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB0914 (or 0xEB0914) is known color: Fire Engine Red. HEX triplet: EB, 09 and 14. RGB value is (235,9,20). Sum of RGB (Red+Green+Blue) = 235+9+20=264 (34% of max value = 765). Red value is 235 (92.19% from 255 or 89.02% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0914 is #14F6EB. Grayscale: #4E4E4E. Windows color (decimal): -1373932 or 1313259. OLE color: 1313259.

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

Color convert

RGB 235 9 20 -
CMYK 0 0.96 0.91 0.08
HSL 357.08º 0.93% 0.48% -
HSV(B) 357.08º 0.96% 0.92% -
XYZ 34.48 17.91 2.3 -
YUV 77.83 95.37 240.11 -
System Red Green Blue C M Y K H S L
Decimal 235 9 20 0 0.96 0.91 0.08 357.08 0.93 0.48
Hex EB 9 14 0 60 5B 8 165 5D 30
Octal 353 11 24 0 140 133 10 545 135 60
Binary 11101011 1001 10100 0 1100000 1011011 1000 101100101 1011101 110000

Color Harmonies of #EB0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0914

Black with #EB0914

Text Example


Text Example

White with #EB0914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0914; }

 p { color: rgb(235,9,20); }

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

background-color css

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

 a { background-color: rgb(235,9,20); }

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

border-color css

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

 span { border-color: rgb(235,9,20); }

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