Html Css Color HEX #EB181D Fire Engine Red

📋 copy color: '#EB181D'

red 235 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #EB181D

Tints of Fire Engine Red #EB181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.07%

R = 81.6%
G = 8.33%
B = 10.07%

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

#EB181D (or 0xEB181D) is known color: Fire Engine Red. HEX triplet: EB, 18 and 1D. RGB value is (235,24,29). Sum of RGB (Red+Green+Blue) = 235+24+29=288 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.60% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 235 - color contains mainly: red. Hex color #EB181D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB181D is #14E7E2. Grayscale: #575757. Windows color (decimal): -1370083 or 1906923. OLE color: 1906923.

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

Color convert

RGB 235 24 29 -
CMYK 0 0.90 0.88 0.08
HSL 358.58º 0.84% 0.51% -
HSV(B) 358.58º 0.9% 0.92% -
XYZ 34.81 18.4 2.88 -
YUV 87.66 94.9 233.09 -
System Red Green Blue C M Y K H S L
Decimal 235 24 29 0 0.90 0.88 0.08 358.58 0.84 0.51
Hex EB 18 1D 0 5A 58 8 167 54 33
Octal 353 30 35 0 132 130 10 547 124 63
Binary 11101011 11000 11101 0 1011010 1011000 1000 101100111 1010100 110011

Color Harmonies of #EB181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB181D

Black with #EB181D

Text Example


Text Example

White with #EB181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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