Html Css Color HEX #E2131A Fire Engine Red

📋 copy color: '#E2131A'

red 226 ◦ green 19 ◦ blue 26

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

Shades of Fire Engine Red #E2131A

Tints of Fire Engine Red #E2131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 83.39%
G = 7.01%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2131A (or 0xE2131A) is known color: Fire Engine Red. HEX triplet: E2, 13 and 1A. RGB value is (226,19,26). Sum of RGB (Red+Green+Blue) = 226+19+26=271 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.39% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 226 - color contains mainly: red. Hex color #E2131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2131A is #1DECE5. Grayscale: #515151. Windows color (decimal): -1961190 or 1709026. OLE color: 1709026.

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

Color convert

RGB 226 19 26 -
CMYK 0 0.92 0.88 0.11
HSL 357.97º 0.84% 0.48% -
HSV(B) 357.97º 0.92% 0.89% -
XYZ 31.78 16.71 2.53 -
YUV 81.69 96.58 230.93 -
System Red Green Blue C M Y K H S L
Decimal 226 19 26 0 0.92 0.88 0.11 357.97 0.84 0.48
Hex E2 13 1A 0 5C 58 B 166 54 30
Octal 342 23 32 0 134 130 13 546 124 60
Binary 11100010 10011 11010 0 1011100 1011000 1011 101100110 1010100 110000

Color Harmonies of #E2131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2131A

Black with #E2131A

Text Example


Text Example

White with #E2131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2131A; }

 p { color: rgb(226,19,26); }

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

background-color css

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

 a { background-color: rgb(226,19,26); }

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

border-color css

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

 span { border-color: rgb(226,19,26); }

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