Html Css Color HEX #EB181C Fire Engine Red

📋 copy color: '#EB181C'

red 235 ◦ green 24 ◦ blue 28

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

Shades of Fire Engine Red #EB181C

Tints of Fire Engine Red #EB181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

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

R = 81.88%
G = 8.36%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB181C (or 0xEB181C) is known color: Fire Engine Red. HEX triplet: EB, 18 and 1C. RGB value is (235,24,28). Sum of RGB (Red+Green+Blue) = 235+24+28=287 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.88% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 235 - color contains mainly: red. Hex color #EB181C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB181C is #14E7E3. Grayscale: #575757. Windows color (decimal): -1370084 or 1841387. OLE color: 1841387.

HSL color Cylindrical-coordinate representation of color #EB181C: hue angle of 358.86º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB181C is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 24 28 -
CMYK 0 0.90 0.88 0.08
HSL 358.86º 0.84% 0.51% -
HSV(B) 358.86º 0.9% 0.92% -
XYZ 34.8 18.4 2.82 -
YUV 87.55 94.4 233.17 -
System Red Green Blue C M Y K H S L
Decimal 235 24 28 0 0.90 0.88 0.08 358.86 0.84 0.51
Hex EB 18 1C 0 5A 58 8 167 54 33
Octal 353 30 34 0 132 130 10 547 124 63
Binary 11101011 11000 11100 0 1011010 1011000 1000 101100111 1010100 110011

Color Harmonies of #EB181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB181C

Black with #EB181C

Text Example


Text Example

White with #EB181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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