Html Css Color HEX #E30223 Fire Engine Red

📋 copy color: '#E30223'

red 227 ◦ green 2 ◦ blue 35

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

Shades of Fire Engine Red #E30223

Tints of Fire Engine Red #E30223

RGB

 RED value IS 227 (89.06% from 255) = 85.98%

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

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

R = 85.98%
G = 0.76%
B = 13.26%

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

#E30223 (or 0xE30223) is known color: Fire Engine Red. HEX triplet: E3, 02 and 23. RGB value is (227,2,35). Sum of RGB (Red+Green+Blue) = 227+2+35=264 (34% of max value = 765). Red value is 227 (89.06% from 255 or 85.98% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 227 - color contains mainly: red. Hex color #E30223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30223 is #1CFDDC. Grayscale: #494949. Windows color (decimal): -1899997 or 2294499. OLE color: 2294499.

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

Color convert

RGB 227 2 35 -
CMYK 0 0.99 0.85 0.11
HSL 351.2º 0.98% 0.45% -
HSV(B) 351.2º 0.99% 0.89% -
XYZ 32 16.5 3.09 -
YUV 73.04 106.54 237.82 -
System Red Green Blue C M Y K H S L
Decimal 227 2 35 0 0.99 0.85 0.11 351.2 0.98 0.45
Hex E3 2 23 0 63 55 B 15F 62 2D
Octal 343 2 43 0 143 125 13 537 142 55
Binary 11100011 10 100011 0 1100011 1010101 1011 101011111 1100010 101101

Color Harmonies of #E30223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30223

Black with #E30223

Text Example


Text Example

White with #E30223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30223; }

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

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

background-color css

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

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

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

border-color css

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

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

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