Html Css Color HEX #E11527 Fire Engine Red

📋 copy color: '#E11527'

red 225 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #E11527

Tints of Fire Engine Red #E11527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.68%

R = 78.95%
G = 7.37%
B = 13.68%

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

#E11527 (or 0xE11527) is known color: Fire Engine Red. HEX triplet: E1, 15 and 27. RGB value is (225,21,39). Sum of RGB (Red+Green+Blue) = 225+21+39=285 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.95% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 225 - color contains mainly: red. Hex color #E11527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11527 is #1EEAD8. Grayscale: #545454. Windows color (decimal): -2026201 or 2561505. OLE color: 2561505.

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

Color convert

RGB 225 21 39 -
CMYK 0 0.91 0.83 0.12
HSL 354.71º 0.83% 0.48% -
HSV(B) 354.71º 0.91% 0.88% -
XYZ 31.69 16.69 3.47 -
YUV 84.05 102.59 228.54 -
System Red Green Blue C M Y K H S L
Decimal 225 21 39 0 0.91 0.83 0.12 354.71 0.83 0.48
Hex E1 15 27 0 5B 53 C 163 53 30
Octal 341 25 47 0 133 123 14 543 123 60
Binary 11100001 10101 100111 0 1011011 1010011 1100 101100011 1010011 110000

Color Harmonies of #E11527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11527

Black with #E11527

Text Example


Text Example

White with #E11527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11527; }

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

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

background-color css

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

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

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

border-color css

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

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

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