Html Css Color HEX #EB1320 Fire Engine Red

📋 copy color: '#EB1320'

red 235 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #EB1320

Tints of Fire Engine Red #EB1320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

 BLUE value IS 32 (12.89% from 255) = 11.19%

R = 82.17%
G = 6.64%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB1320 (or 0xEB1320) is known color: Fire Engine Red. HEX triplet: EB, 13 and 20. RGB value is (235,19,32). Sum of RGB (Red+Green+Blue) = 235+19+32=286 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.17% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1320 is #14ECDF. Grayscale: #555555. Windows color (decimal): -1371360 or 2102251. OLE color: 2102251.

HSL color Cylindrical-coordinate representation of color #EB1320: hue angle of 356.39º degrees, saturation: 0.85, 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 #EB1320 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 19 32 -
CMYK 0 0.92 0.86 0.08
HSL 356.39º 0.85% 0.5% -
HSV(B) 356.39º 0.92% 0.92% -
XYZ 34.75 18.23 3.05 -
YUV 85.07 98.06 234.94 -
System Red Green Blue C M Y K H S L
Decimal 235 19 32 0 0.92 0.86 0.08 356.39 0.85 0.5
Hex EB 13 20 0 5C 56 8 164 55 32
Octal 353 23 40 0 134 126 10 544 125 62
Binary 11101011 10011 100000 0 1011100 1010110 1000 101100100 1010101 110010

Color Harmonies of #EB1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1320

Black with #EB1320

Text Example


Text Example

White with #EB1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1320; }

 p { color: rgb(235,19,32); }

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

background-color css

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

 a { background-color: rgb(235,19,32); }

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

border-color css

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

 span { border-color: rgb(235,19,32); }

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