Html Css Color HEX #E10B1C Fire Engine Red

📋 copy color: '#E10B1C'

red 225 ◦ green 11 ◦ blue 28

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

Shades of Fire Engine Red #E10B1C

Tints of Fire Engine Red #E10B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 85.23%
G = 4.17%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E10B1C (or 0xE10B1C) is known color: Fire Engine Red. HEX triplet: E1, 0B and 1C. RGB value is (225,11,28). Sum of RGB (Red+Green+Blue) = 225+11+28=264 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.23% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10B1C is #1EF4E3. Grayscale: #4D4D4D. Windows color (decimal): -2028772 or 1838049. OLE color: 1838049.

HSL color Cylindrical-coordinate representation of color #E10B1C: hue angle of 355.23º 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 #E10B1C is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 11 28 -
CMYK 0 0.95 0.88 0.12
HSL 355.23º 0.91% 0.46% -
HSV(B) 355.23º 0.95% 0.88% -
XYZ 31.38 16.33 2.6 -
YUV 76.92 100.4 233.62 -
System Red Green Blue C M Y K H S L
Decimal 225 11 28 0 0.95 0.88 0.12 355.23 0.91 0.46
Hex E1 B 1C 0 5F 58 C 163 5B 2E
Octal 341 13 34 0 137 130 14 543 133 56
Binary 11100001 1011 11100 0 1011111 1011000 1100 101100011 1011011 101110

Color Harmonies of #E10B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10B1C

Black with #E10B1C

Text Example


Text Example

White with #E10B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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