Html Css Color HEX #E00223 Fire Engine Red

📋 copy color: '#E00223'

red 224 ◦ green 2 ◦ blue 35

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

Shades of Fire Engine Red #E00223

Tints of Fire Engine Red #E00223

RGB

 RED value IS 224 (87.89% from 255) = 85.82%

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

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

R = 85.82%
G = 0.77%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E00223 (or 0xE00223) is known color: Fire Engine Red. HEX triplet: E0, 02 and 23. RGB value is (224,2,35). Sum of RGB (Red+Green+Blue) = 224+2+35=261 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.82% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 224 - color contains mainly: red. Hex color #E00223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00223 is #1FFDDC. Grayscale: #484848. Windows color (decimal): -2096605 or 2294496. OLE color: 2294496.

HSL color Cylindrical-coordinate representation of color #E00223: hue angle of 351.08º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00223 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 2 35 -
CMYK 0 0.99 0.84 0.12
HSL 351.08º 0.98% 0.44% -
HSV(B) 351.08º 0.99% 0.88% -
XYZ 31.07 16.01 3.04 -
YUV 72.14 107.05 236.32 -
System Red Green Blue C M Y K H S L
Decimal 224 2 35 0 0.99 0.84 0.12 351.08 0.98 0.44
Hex E0 2 23 0 63 54 C 15F 62 2C
Octal 340 2 43 0 143 124 14 537 142 54
Binary 11100000 10 100011 0 1100011 1010100 1100 101011111 1100010 101100

Color Harmonies of #E00223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00223

Black with #E00223

Text Example


Text Example

White with #E00223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00223; }

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

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

background-color css

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

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

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

border-color css

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

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

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