Html Css Color HEX #EB1518 Fire Engine Red

📋 copy color: '#EB1518'

red 235 ◦ green 21 ◦ blue 24

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

Shades of Fire Engine Red #EB1518

Tints of Fire Engine Red #EB1518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.57%

R = 83.93%
G = 7.5%
B = 8.57%

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

#EB1518 (or 0xEB1518) is known color: Fire Engine Red. HEX triplet: EB, 15 and 18. RGB value is (235,21,24). Sum of RGB (Red+Green+Blue) = 235+21+24=280 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.93% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB1518 is #14EAE7. Grayscale: #555555. Windows color (decimal): -1370856 or 1578475. OLE color: 1578475.

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

Color convert

RGB 235 21 24 -
CMYK 0 0.91 0.90 0.08
HSL 359.16º 0.84% 0.5% -
HSV(B) 359.16º 0.91% 0.92% -
XYZ 34.69 18.26 2.56 -
YUV 85.33 93.4 234.76 -
System Red Green Blue C M Y K H S L
Decimal 235 21 24 0 0.91 0.90 0.08 359.16 0.84 0.5
Hex EB 15 18 0 5B 5A 8 167 54 32
Octal 353 25 30 0 133 132 10 547 124 62
Binary 11101011 10101 11000 0 1011011 1011010 1000 101100111 1010100 110010

Color Harmonies of #EB1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1518

Black with #EB1518

Text Example


Text Example

White with #EB1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1518; }

 p { color: rgb(235,21,24); }

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

background-color css

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

 a { background-color: rgb(235,21,24); }

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

border-color css

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

 span { border-color: rgb(235,21,24); }

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