Html Css Color HEX #E10F21 Fire Engine Red

📋 copy color: '#E10F21'

red 225 ◦ green 15 ◦ blue 33

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

Shades of Fire Engine Red #E10F21

Tints of Fire Engine Red #E10F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.09%

R = 82.42%
G = 5.49%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E10F21 (or 0xE10F21) is known color: Fire Engine Red. HEX triplet: E1, 0F and 21. RGB value is (225,15,33). Sum of RGB (Red+Green+Blue) = 225+15+33=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10F21 is #1EF0DE. Grayscale: #4F4F4F. Windows color (decimal): -2027743 or 2166753. OLE color: 2166753.

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

Color convert

RGB 225 15 33 -
CMYK 0 0.93 0.85 0.12
HSL 354.86º 0.88% 0.47% -
HSV(B) 354.86º 0.93% 0.88% -
XYZ 31.5 16.46 2.96 -
YUV 79.84 101.57 231.54 -
System Red Green Blue C M Y K H S L
Decimal 225 15 33 0 0.93 0.85 0.12 354.86 0.88 0.47
Hex E1 F 21 0 5D 55 C 163 58 2F
Octal 341 17 41 0 135 125 14 543 130 57
Binary 11100001 1111 100001 0 1011101 1010101 1100 101100011 1011000 101111

Color Harmonies of #E10F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F21

Black with #E10F21

Text Example


Text Example

White with #E10F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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