Html Css Color HEX #EB151A Fire Engine Red

📋 copy color: '#EB151A'

red 235 ◦ green 21 ◦ blue 26

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

Shades of Fire Engine Red #EB151A

Tints of Fire Engine Red #EB151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 83.33%
G = 7.45%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB151A (or 0xEB151A) is known color: Fire Engine Red. HEX triplet: EB, 15 and 1A. RGB value is (235,21,26). Sum of RGB (Red+Green+Blue) = 235+21+26=282 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.33% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 235 - color contains mainly: red. Hex color #EB151A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB151A is #14EAE5. Grayscale: #555555. Windows color (decimal): -1370854 or 1709547. OLE color: 1709547.

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

Color convert

RGB 235 21 26 -
CMYK 0 0.91 0.89 0.08
HSL 358.6º 0.84% 0.5% -
HSV(B) 358.6º 0.91% 0.92% -
XYZ 34.72 18.27 2.67 -
YUV 85.56 94.4 234.59 -
System Red Green Blue C M Y K H S L
Decimal 235 21 26 0 0.91 0.89 0.08 358.6 0.84 0.5
Hex EB 15 1A 0 5B 59 8 167 54 32
Octal 353 25 32 0 133 131 10 547 124 62
Binary 11101011 10101 11010 0 1011011 1011001 1000 101100111 1010100 110010

Color Harmonies of #EB151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB151A

Black with #EB151A

Text Example


Text Example

White with #EB151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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