#E21427

Color #E21427 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #E21427

Tints of Fire Engine Red #E21427

Color information

#E21427 (or 0xE21427) is unknown color: approx Fire Engine Red. HEX triplet: E2, 14 and 27. RGB value is (226,20,39). Sum of RGB (Red+Green+Blue) = 226+20+39=285 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.30% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 226 - color contains mainly: red. Hex color #E21427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21427 is #1DEBD8. Grayscale: #535353. Windows color (decimal): -1960921 or 2561250. OLE color: 2561250.

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

Color convert

RGB2262039-
CMYK00.910.830.11
HSL354.47º83.74%48.24%-
HSV(B)354.47º91.15%88.63%-
XYZ31.9816.823.48-
YUV83.76102.75229.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 79.30%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=79.30%
G=7.02%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226203900.910.830.11354.4783.7448.24
HexE2142705B53B1625430
Octal342244701331231354212460
Binary111000101010010011101011011101001110111011000101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21427; }

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

 H1.HeaderClassName
 {
   color: #E21427;
 }
 .AnyTagClassName
 {
   color: #E21427;
 }
</style>
background-color css

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

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

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

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

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

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