Html Css Color HEX #EB121D Fire Engine Red

📋 copy color: '#EB121D'

red 235 ◦ green 18 ◦ blue 29

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

Shades of Fire Engine Red #EB121D

Tints of Fire Engine Red #EB121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

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

R = 83.33%
G = 6.38%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB121D (or 0xEB121D) is known color: Fire Engine Red. HEX triplet: EB, 12 and 1D. RGB value is (235,18,29). Sum of RGB (Red+Green+Blue) = 235+18+29=282 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.33% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 235 - color contains mainly: red. Hex color #EB121D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB121D is #14EDE2. Grayscale: #545454. Windows color (decimal): -1371619 or 1905387. OLE color: 1905387.

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

Color convert

RGB 235 18 29 -
CMYK 0 0.92 0.88 0.08
HSL 356.96º 0.86% 0.5% -
HSV(B) 356.96º 0.92% 0.92% -
XYZ 34.7 18.18 2.84 -
YUV 84.14 96.89 235.61 -
System Red Green Blue C M Y K H S L
Decimal 235 18 29 0 0.92 0.88 0.08 356.96 0.86 0.5
Hex EB 12 1D 0 5C 58 8 165 56 32
Octal 353 22 35 0 134 130 10 545 126 62
Binary 11101011 10010 11101 0 1011100 1011000 1000 101100101 1010110 110010

Color Harmonies of #EB121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB121D

Black with #EB121D

Text Example


Text Example

White with #EB121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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