Html Css Color HEX #E31427 Fire Engine Red

📋 copy color: '#E31427'

red 227 ◦ green 20 ◦ blue 39

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

Shades of Fire Engine Red #E31427

Tints of Fire Engine Red #E31427

RGB

 RED value IS 227 (89.06% from 255) = 79.37%

 GREEN value IS 20 (8.2% from 255) = 6.99%

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

R = 79.37%
G = 6.99%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E31427 (or 0xE31427) is known color: Fire Engine Red. HEX triplet: E3, 14 and 27. RGB value is (227,20,39). Sum of RGB (Red+Green+Blue) = 227+20+39=286 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.37% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 227 - color contains mainly: red. Hex color #E31427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31427 is #1CEBD8. Grayscale: #545454. Windows color (decimal): -1895385 or 2561251. OLE color: 2561251.

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

Color convert

RGB 227 20 39 -
CMYK 0 0.91 0.83 0.11
HSL 354.49º 0.84% 0.48% -
HSV(B) 354.49º 0.91% 0.89% -
XYZ 32.29 16.98 3.49 -
YUV 84.06 102.58 229.96 -
System Red Green Blue C M Y K H S L
Decimal 227 20 39 0 0.91 0.83 0.11 354.49 0.84 0.48
Hex E3 14 27 0 5B 53 B 162 54 30
Octal 343 24 47 0 133 123 13 542 124 60
Binary 11100011 10100 100111 0 1011011 1010011 1011 101100010 1010100 110000

Color Harmonies of #E31427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31427

Black with #E31427

Text Example


Text Example

White with #E31427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31427; }

 p { color: rgb(227,20,39); }

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

background-color css

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

 a { background-color: rgb(227,20,39); }

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

border-color css

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

 span { border-color: rgb(227,20,39); }

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