Html Css Color HEX #E30C20 Fire Engine Red

📋 copy color: '#E30C20'

red 227 ◦ green 12 ◦ blue 32

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

Shades of Fire Engine Red #E30C20

Tints of Fire Engine Red #E30C20

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.43%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 83.76%
G = 4.43%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E30C20 (or 0xE30C20) is known color: Fire Engine Red. HEX triplet: E3, 0C and 20. RGB value is (227,12,32). Sum of RGB (Red+Green+Blue) = 227+12+32=271 (35% of max value = 765). Red value is 227 (89.06% from 255 or 83.76% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30C20 is #1CF3DF. Grayscale: #4E4E4E. Windows color (decimal): -1897440 or 2100451. OLE color: 2100451.

HSL color Cylindrical-coordinate representation of color #E30C20: hue angle of 354.42º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30C20 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 12 32 -
CMYK 0 0.95 0.86 0.11
HSL 354.42º 0.9% 0.47% -
HSV(B) 354.42º 0.95% 0.89% -
XYZ 32.07 16.7 2.9 -
YUV 78.57 101.73 233.87 -
System Red Green Blue C M Y K H S L
Decimal 227 12 32 0 0.95 0.86 0.11 354.42 0.9 0.47
Hex E3 C 20 0 5F 56 B 162 5A 2F
Octal 343 14 40 0 137 126 13 542 132 57
Binary 11100011 1100 100000 0 1011111 1010110 1011 101100010 1011010 101111

Color Harmonies of #E30C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30C20

Black with #E30C20

Text Example


Text Example

White with #E30C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30C20; }

 p { color: rgb(227,12,32); }

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

background-color css

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

 a { background-color: rgb(227,12,32); }

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

border-color css

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

 span { border-color: rgb(227,12,32); }

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