Html Css Color HEX #E21526 Fire Engine Red

📋 copy color: '#E21526'

red 226 ◦ green 21 ◦ blue 38

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

Shades of Fire Engine Red #E21526

Tints of Fire Engine Red #E21526

RGB

 RED value IS 226 (88.67% from 255) = 79.3%

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

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

R = 79.3%
G = 7.37%
B = 13.33%

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

#E21526 (or 0xE21526) is known color: Fire Engine Red. HEX triplet: E2, 15 and 26. RGB value is (226,21,38). Sum of RGB (Red+Green+Blue) = 226+21+38=285 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.30% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 226 - color contains mainly: red. Hex color #E21526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21526 is #1DEAD9. Grayscale: #545454. Windows color (decimal): -1960666 or 2495970. OLE color: 2495970.

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

Color convert

RGB 226 21 38 -
CMYK 0 0.91 0.83 0.11
HSL 355.02º 0.83% 0.48% -
HSV(B) 355.02º 0.91% 0.89% -
XYZ 31.98 16.85 3.4 -
YUV 84.23 101.92 229.12 -
System Red Green Blue C M Y K H S L
Decimal 226 21 38 0 0.91 0.83 0.11 355.02 0.83 0.48
Hex E2 15 26 0 5B 53 B 163 53 30
Octal 342 25 46 0 133 123 13 543 123 60
Binary 11100010 10101 100110 0 1011011 1010011 1011 101100011 1010011 110000

Color Harmonies of #E21526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21526

Black with #E21526

Text Example


Text Example

White with #E21526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21526; }

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

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

background-color css

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

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

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

border-color css

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

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

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