Html Css Color HEX #EB151C Fire Engine Red

📋 copy color: '#EB151C'

red 235 ◦ green 21 ◦ blue 28

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

Shades of Fire Engine Red #EB151C

Tints of Fire Engine Red #EB151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 82.75%
G = 7.39%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB151C (or 0xEB151C) is known color: Fire Engine Red. HEX triplet: EB, 15 and 1C. RGB value is (235,21,28). Sum of RGB (Red+Green+Blue) = 235+21+28=284 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.75% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 235 - color contains mainly: red. Hex color #EB151C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB151C is #14EAE3. Grayscale: #555555. Windows color (decimal): -1370852 or 1840619. OLE color: 1840619.

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

Color convert

RGB 235 21 28 -
CMYK 0 0.91 0.88 0.08
HSL 358.04º 0.84% 0.5% -
HSV(B) 358.04º 0.91% 0.92% -
XYZ 34.74 18.28 2.8 -
YUV 85.78 95.4 234.43 -
System Red Green Blue C M Y K H S L
Decimal 235 21 28 0 0.91 0.88 0.08 358.04 0.84 0.5
Hex EB 15 1C 0 5B 58 8 166 54 32
Octal 353 25 34 0 133 130 10 546 124 62
Binary 11101011 10101 11100 0 1011011 1011000 1000 101100110 1010100 110010

Color Harmonies of #EB151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB151C

Black with #EB151C

Text Example


Text Example

White with #EB151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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