Html Css Color HEX #E01026 Fire Engine Red

📋 copy color: '#E01026'

red 224 ◦ green 16 ◦ blue 38

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

Shades of Fire Engine Red #E01026

Tints of Fire Engine Red #E01026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.76%

 BLUE value IS 38 (15.23% from 255) = 13.67%

R = 80.58%
G = 5.76%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E01026 (or 0xE01026) is known color: Fire Engine Red. HEX triplet: E0, 10 and 26. RGB value is (224,16,38). Sum of RGB (Red+Green+Blue) = 224+16+38=278 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.58% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 224 - color contains mainly: red. Hex color #E01026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01026 is #1FEFD9. Grayscale: #505050. Windows color (decimal): -2093018 or 2494688. OLE color: 2494688.

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

Color convert

RGB 224 16 38 -
CMYK 0 0.93 0.83 0.12
HSL 353.65º 0.87% 0.47% -
HSV(B) 353.65º 0.93% 0.88% -
XYZ 31.28 16.36 3.34 -
YUV 80.7 103.91 230.21 -
System Red Green Blue C M Y K H S L
Decimal 224 16 38 0 0.93 0.83 0.12 353.65 0.87 0.47
Hex E0 10 26 0 5D 53 C 162 57 2F
Octal 340 20 46 0 135 123 14 542 127 57
Binary 11100000 10000 100110 0 1011101 1010011 1100 101100010 1010111 101111

Color Harmonies of #E01026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01026

Black with #E01026

Text Example


Text Example

White with #E01026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01026; }

 p { color: rgb(224,16,38); }

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

background-color css

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

 a { background-color: rgb(224,16,38); }

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

border-color css

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

 span { border-color: rgb(224,16,38); }

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