Html Css Color HEX #E30221 Fire Engine Red

📋 copy color: '#E30221'

red 227 ◦ green 2 ◦ blue 33

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

Shades of Fire Engine Red #E30221

Tints of Fire Engine Red #E30221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.6%

R = 86.64%
G = 0.76%
B = 12.6%

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

#E30221 (or 0xE30221) is known color: Fire Engine Red. HEX triplet: E3, 02 and 21. RGB value is (227,2,33). Sum of RGB (Red+Green+Blue) = 227+2+33=262 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.64% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 227 - color contains mainly: red. Hex color #E30221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30221 is #1CFDDE. Grayscale: #484848. Windows color (decimal): -1899999 or 2163427. OLE color: 2163427.

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

Color convert

RGB 227 2 33 -
CMYK 0 0.99 0.85 0.11
HSL 351.73º 0.98% 0.45% -
HSV(B) 351.73º 0.99% 0.89% -
XYZ 31.97 16.48 2.94 -
YUV 72.81 105.54 237.98 -
System Red Green Blue C M Y K H S L
Decimal 227 2 33 0 0.99 0.85 0.11 351.73 0.98 0.45
Hex E3 2 21 0 63 55 B 160 62 2D
Octal 343 2 41 0 143 125 13 540 142 55
Binary 11100011 10 100001 0 1100011 1010101 1011 101100000 1100010 101101

Color Harmonies of #E30221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30221

Black with #E30221

Text Example


Text Example

White with #E30221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30221; }

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

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

background-color css

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

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

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

border-color css

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

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

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