Html Css Color HEX #E41226 Fire Engine Red

📋 copy color: '#E41226'

red 228 ◦ green 18 ◦ blue 38

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

Shades of Fire Engine Red #E41226

Tints of Fire Engine Red #E41226

RGB

 RED value IS 228 (89.45% from 255) = 80.28%

 GREEN value IS 18 (7.42% from 255) = 6.34%

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

R = 80.28%
G = 6.34%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E41226 (or 0xE41226) is known color: Fire Engine Red. HEX triplet: E4, 12 and 26. RGB value is (228,18,38). Sum of RGB (Red+Green+Blue) = 228+18+38=284 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.28% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 228 - color contains mainly: red. Hex color #E41226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41226 is #1BEDD9. Grayscale: #535353. Windows color (decimal): -1830362 or 2495204. OLE color: 2495204.

HSL color Cylindrical-coordinate representation of color #E41226: hue angle of 354.29º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E41226 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 18 38 -
CMYK 0 0.92 0.83 0.11
HSL 354.29º 0.85% 0.48% -
HSV(B) 354.29º 0.92% 0.89% -
XYZ 32.56 17.07 3.41 -
YUV 83.07 102.57 231.37 -
System Red Green Blue C M Y K H S L
Decimal 228 18 38 0 0.92 0.83 0.11 354.29 0.85 0.48
Hex E4 12 26 0 5C 53 B 162 55 30
Octal 344 22 46 0 134 123 13 542 125 60
Binary 11100100 10010 100110 0 1011100 1010011 1011 101100010 1010101 110000

Color Harmonies of #E41226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41226

Black with #E41226

Text Example


Text Example

White with #E41226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41226; }

 p { color: rgb(228,18,38); }

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

background-color css

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

 a { background-color: rgb(228,18,38); }

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

border-color css

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

 span { border-color: rgb(228,18,38); }

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