Html Css Color HEX #EB0A10 Fire Engine Red

📋 copy color: '#EB0A10'

red 235 ◦ green 10 ◦ blue 16

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

Shades of Fire Engine Red #EB0A10

Tints of Fire Engine Red #EB0A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.13%

R = 90.04%
G = 3.83%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB0A10 (or 0xEB0A10) is known color: Fire Engine Red. HEX triplet: EB, 0A and 10. RGB value is (235,10,16). Sum of RGB (Red+Green+Blue) = 235+10+16=261 (34% of max value = 765). Red value is 235 (92.19% from 255 or 90.04% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0A10 is #14F5EF. Grayscale: #4E4E4E. Windows color (decimal): -1373680 or 1051371. OLE color: 1051371.

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

Color convert

RGB 235 10 16 -
CMYK 0 0.96 0.93 0.08
HSL 358.4º 0.92% 0.48% -
HSV(B) 358.4º 0.96% 0.92% -
XYZ 34.46 17.92 2.13 -
YUV 77.96 93.04 240.01 -
System Red Green Blue C M Y K H S L
Decimal 235 10 16 0 0.96 0.93 0.08 358.4 0.92 0.48
Hex EB A 10 0 60 5D 8 166 5C 30
Octal 353 12 20 0 140 135 10 546 134 60
Binary 11101011 1010 10000 0 1100000 1011101 1000 101100110 1011100 110000

Color Harmonies of #EB0A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0A10

Black with #EB0A10

Text Example


Text Example

White with #EB0A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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