Html Css Color HEX #E01527 Fire Engine Red

📋 copy color: '#E01527'

red 224 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #E01527

Tints of Fire Engine Red #E01527

RGB

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

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

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

R = 78.87%
G = 7.39%
B = 13.73%

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

#E01527 (or 0xE01527) is known color: Fire Engine Red. HEX triplet: E0, 15 and 27. RGB value is (224,21,39). Sum of RGB (Red+Green+Blue) = 224+21+39=284 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.87% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 224 - color contains mainly: red. Hex color #E01527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01527 is #1FEAD8. Grayscale: #535353. Windows color (decimal): -2091737 or 2561504. OLE color: 2561504.

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

Color convert

RGB 224 21 39 -
CMYK 0 0.91 0.83 0.12
HSL 354.68º 0.83% 0.48% -
HSV(B) 354.68º 0.91% 0.88% -
XYZ 31.37 16.53 3.46 -
YUV 83.75 102.75 228.04 -
System Red Green Blue C M Y K H S L
Decimal 224 21 39 0 0.91 0.83 0.12 354.68 0.83 0.48
Hex E0 15 27 0 5B 53 C 163 53 30
Octal 340 25 47 0 133 123 14 543 123 60
Binary 11100000 10101 100111 0 1011011 1010011 1100 101100011 1010011 110000

Color Harmonies of #E01527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01527

Black with #E01527

Text Example


Text Example

White with #E01527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01527; }

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

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

background-color css

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

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

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

border-color css

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

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

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