Html Css Color HEX #E10B1E Fire Engine Red

📋 copy color: '#E10B1E'

red 225 ◦ green 11 ◦ blue 30

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

Shades of Fire Engine Red #E10B1E

Tints of Fire Engine Red #E10B1E

RGB

 RED value IS 225 (88.28% from 255) = 84.59%

 GREEN value IS 11 (4.69% from 255) = 4.14%

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 84.59%
G = 4.14%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E10B1E (or 0xE10B1E) is known color: Fire Engine Red. HEX triplet: E1, 0B and 1E. RGB value is (225,11,30). Sum of RGB (Red+Green+Blue) = 225+11+30=266 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.59% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10B1E is #1EF4E1. Grayscale: #4D4D4D. Windows color (decimal): -2028770 or 1969121. OLE color: 1969121.

HSL color Cylindrical-coordinate representation of color #E10B1E: hue angle of 354.67º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10B1E is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 11 30 -
CMYK 0 0.95 0.87 0.12
HSL 354.67º 0.91% 0.46% -
HSV(B) 354.67º 0.95% 0.88% -
XYZ 31.41 16.34 2.73 -
YUV 77.15 101.4 233.46 -
System Red Green Blue C M Y K H S L
Decimal 225 11 30 0 0.95 0.87 0.12 354.67 0.91 0.46
Hex E1 B 1E 0 5F 57 C 163 5B 2E
Octal 341 13 36 0 137 127 14 543 133 56
Binary 11100001 1011 11110 0 1011111 1010111 1100 101100011 1011011 101110

Color Harmonies of #E10B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10B1E

Black with #E10B1E

Text Example


Text Example

White with #E10B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10B1E; }

 p { color: rgb(225,11,30); }

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

background-color css

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

 a { background-color: rgb(225,11,30); }

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

border-color css

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

 span { border-color: rgb(225,11,30); }

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