Html Css Color HEX #E20223 Fire Engine Red

📋 copy color: '#E20223'

red 226 ◦ green 2 ◦ blue 35

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

Shades of Fire Engine Red #E20223

Tints of Fire Engine Red #E20223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 35 (14.06% from 255) = 13.31%

R = 85.93%
G = 0.76%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E20223 (or 0xE20223) is known color: Fire Engine Red. HEX triplet: E2, 02 and 23. RGB value is (226,2,35). Sum of RGB (Red+Green+Blue) = 226+2+35=263 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.93% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 226 - color contains mainly: red. Hex color #E20223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20223 is #1DFDDC. Grayscale: #484848. Windows color (decimal): -1965533 or 2294498. OLE color: 2294498.

HSL color Cylindrical-coordinate representation of color #E20223: hue angle of 351.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20223 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 2 35 -
CMYK 0 0.99 0.85 0.11
HSL 351.16º 0.98% 0.45% -
HSV(B) 351.16º 0.99% 0.89% -
XYZ 31.69 16.33 3.07 -
YUV 72.74 106.71 237.32 -
System Red Green Blue C M Y K H S L
Decimal 226 2 35 0 0.99 0.85 0.11 351.16 0.98 0.45
Hex E2 2 23 0 63 55 B 15F 62 2D
Octal 342 2 43 0 143 125 13 537 142 55
Binary 11100010 10 100011 0 1100011 1010101 1011 101011111 1100010 101101

Color Harmonies of #E20223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20223

Black with #E20223

Text Example


Text Example

White with #E20223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20223; }

 p { color: rgb(226,2,35); }

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

background-color css

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

 a { background-color: rgb(226,2,35); }

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

border-color css

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

 span { border-color: rgb(226,2,35); }

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