Html Css Color HEX #E00F22 Fire Engine Red

📋 copy color: '#E00F22'

red 224 ◦ green 15 ◦ blue 34

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

Shades of Fire Engine Red #E00F22

Tints of Fire Engine Red #E00F22

RGB

 RED value IS 224 (87.89% from 255) = 82.05%

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

 BLUE value IS 34 (13.67% from 255) = 12.45%

R = 82.05%
G = 5.49%
B = 12.45%

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

#E00F22 (or 0xE00F22) is known color: Fire Engine Red. HEX triplet: E0, 0F and 22. RGB value is (224,15,34). Sum of RGB (Red+Green+Blue) = 224+15+34=273 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.05% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00F22 is #1FF0DD. Grayscale: #4F4F4F. Windows color (decimal): -2093278 or 2232288. OLE color: 2232288.

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

Color convert

RGB 224 15 34 -
CMYK 0 0.93 0.85 0.12
HSL 354.55º 0.87% 0.47% -
HSV(B) 354.55º 0.93% 0.88% -
XYZ 31.2 16.3 3.02 -
YUV 79.66 102.24 230.96 -
System Red Green Blue C M Y K H S L
Decimal 224 15 34 0 0.93 0.85 0.12 354.55 0.87 0.47
Hex E0 F 22 0 5D 55 C 163 57 2F
Octal 340 17 42 0 135 125 14 543 127 57
Binary 11100000 1111 100010 0 1011101 1010101 1100 101100011 1010111 101111

Color Harmonies of #E00F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F22

Black with #E00F22

Text Example


Text Example

White with #E00F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F22; }

 p { color: rgb(224,15,34); }

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

background-color css

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

 a { background-color: rgb(224,15,34); }

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

border-color css

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

 span { border-color: rgb(224,15,34); }

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