Html Css Color HEX #EB151B Fire Engine Red

📋 copy color: '#EB151B'

red 235 ◦ green 21 ◦ blue 27

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

Shades of Fire Engine Red #EB151B

Tints of Fire Engine Red #EB151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.54%

R = 83.04%
G = 7.42%
B = 9.54%

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

#EB151B (or 0xEB151B) is known color: Fire Engine Red. HEX triplet: EB, 15 and 1B. RGB value is (235,21,27). Sum of RGB (Red+Green+Blue) = 235+21+27=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB151B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB151B is #14EAE4. Grayscale: #555555. Windows color (decimal): -1370853 or 1775083. OLE color: 1775083.

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

Color convert

RGB 235 21 27 -
CMYK 0 0.91 0.89 0.08
HSL 358.32º 0.84% 0.5% -
HSV(B) 358.32º 0.91% 0.92% -
XYZ 34.73 18.28 2.73 -
YUV 85.67 94.9 234.51 -
System Red Green Blue C M Y K H S L
Decimal 235 21 27 0 0.91 0.89 0.08 358.32 0.84 0.5
Hex EB 15 1B 0 5B 59 8 166 54 32
Octal 353 25 33 0 133 131 10 546 124 62
Binary 11101011 10101 11011 0 1011011 1011001 1000 101100110 1010100 110010

Color Harmonies of #EB151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB151B

Black with #EB151B

Text Example


Text Example

White with #EB151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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