Html Css Color HEX #EB0A1B Fire Engine Red

📋 copy color: '#EB0A1B'

red 235 ◦ green 10 ◦ blue 27

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

Shades of Fire Engine Red #EB0A1B

Tints of Fire Engine Red #EB0A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.68%

 BLUE value IS 27 (10.94% from 255) = 9.93%

R = 86.4%
G = 3.68%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB0A1B (or 0xEB0A1B) is known color: Fire Engine Red. HEX triplet: EB, 0A and 1B. RGB value is (235,10,27). Sum of RGB (Red+Green+Blue) = 235+10+27=272 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.40% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0A1B is #14F5E4. Grayscale: #4F4F4F. Windows color (decimal): -1373669 or 1772267. OLE color: 1772267.

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

Color convert

RGB 235 10 27 -
CMYK 0 0.96 0.89 0.08
HSL 355.47º 0.92% 0.48% -
HSV(B) 355.47º 0.96% 0.92% -
XYZ 34.57 17.96 2.68 -
YUV 79.21 98.54 239.12 -
System Red Green Blue C M Y K H S L
Decimal 235 10 27 0 0.96 0.89 0.08 355.47 0.92 0.48
Hex EB A 1B 0 60 59 8 163 5C 30
Octal 353 12 33 0 140 131 10 543 134 60
Binary 11101011 1010 11011 0 1100000 1011001 1000 101100011 1011100 110000

Color Harmonies of #EB0A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0A1B

Black with #EB0A1B

Text Example


Text Example

White with #EB0A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0A1B; }

 p { color: rgb(235,10,27); }

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

background-color css

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

 a { background-color: rgb(235,10,27); }

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

border-color css

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

 span { border-color: rgb(235,10,27); }

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