Html Css Color HEX #E10F1F Fire Engine Red

📋 copy color: '#E10F1F'

red 225 ◦ green 15 ◦ blue 31

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

Shades of Fire Engine Red #E10F1F

Tints of Fire Engine Red #E10F1F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.54%

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 83.03%
G = 5.54%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E10F1F (or 0xE10F1F) is known color: Fire Engine Red. HEX triplet: E1, 0F and 1F. RGB value is (225,15,31). Sum of RGB (Red+Green+Blue) = 225+15+31=271 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.03% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10F1F is #1EF0E0. Grayscale: #4F4F4F. Windows color (decimal): -2027745 or 2035681. OLE color: 2035681.

HSL color Cylindrical-coordinate representation of color #E10F1F: hue angle of 355.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10F1F is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 15 31 -
CMYK 0 0.93 0.86 0.12
HSL 355.43º 0.88% 0.47% -
HSV(B) 355.43º 0.93% 0.88% -
XYZ 31.47 16.45 2.81 -
YUV 79.61 100.57 231.7 -
System Red Green Blue C M Y K H S L
Decimal 225 15 31 0 0.93 0.86 0.12 355.43 0.88 0.47
Hex E1 F 1F 0 5D 56 C 163 58 2F
Octal 341 17 37 0 135 126 14 543 130 57
Binary 11100001 1111 11111 0 1011101 1010110 1100 101100011 1011000 101111

Color Harmonies of #E10F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F1F

Black with #E10F1F

Text Example


Text Example

White with #E10F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F1F; }

 p { color: rgb(225,15,31); }

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

background-color css

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

 a { background-color: rgb(225,15,31); }

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

border-color css

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

 span { border-color: rgb(225,15,31); }

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