Html Css Color HEX #E11526 Fire Engine Red

📋 copy color: '#E11526'

red 225 ◦ green 21 ◦ blue 38

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

Shades of Fire Engine Red #E11526

Tints of Fire Engine Red #E11526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.39%

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

R = 79.23%
G = 7.39%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E11526 (or 0xE11526) is known color: Fire Engine Red. HEX triplet: E1, 15 and 26. RGB value is (225,21,38). Sum of RGB (Red+Green+Blue) = 225+21+38=284 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.23% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 225 - color contains mainly: red. Hex color #E11526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11526 is #1EEAD9. Grayscale: #545454. Windows color (decimal): -2026202 or 2495969. OLE color: 2495969.

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

Color convert

RGB 225 21 38 -
CMYK 0 0.91 0.83 0.12
HSL 355º 0.83% 0.48% -
HSV(B) 355º 0.91% 0.88% -
XYZ 31.67 16.68 3.38 -
YUV 83.93 102.09 228.62 -
System Red Green Blue C M Y K H S L
Decimal 225 21 38 0 0.91 0.83 0.12 355 0.83 0.48
Hex E1 15 26 0 5B 53 C 163 53 30
Octal 341 25 46 0 133 123 14 543 123 60
Binary 11100001 10101 100110 0 1011011 1010011 1100 101100011 1010011 110000

Color Harmonies of #E11526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11526

Black with #E11526

Text Example


Text Example

White with #E11526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11526; }

 p { color: rgb(225,21,38); }

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

background-color css

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

 a { background-color: rgb(225,21,38); }

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

border-color css

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

 span { border-color: rgb(225,21,38); }

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