Html Css Color HEX #E30A1E Fire Engine Red

📋 copy color: '#E30A1E'

red 227 ◦ green 10 ◦ blue 30

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

Shades of Fire Engine Red #E30A1E

Tints of Fire Engine Red #E30A1E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.75%

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 85.02%
G = 3.75%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E30A1E (or 0xE30A1E) is known color: Fire Engine Red. HEX triplet: E3, 0A and 1E. RGB value is (227,10,30). Sum of RGB (Red+Green+Blue) = 227+10+30=267 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.02% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30A1E is #1CF5E1. Grayscale: #4D4D4D. Windows color (decimal): -1897954 or 1968867. OLE color: 1968867.

HSL color Cylindrical-coordinate representation of color #E30A1E: hue angle of 354.47º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30A1E is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 10 30 -
CMYK 0 0.96 0.87 0.11
HSL 354.47º 0.92% 0.46% -
HSV(B) 354.47º 0.96% 0.89% -
XYZ 32.02 16.64 2.75 -
YUV 77.16 101.39 234.87 -
System Red Green Blue C M Y K H S L
Decimal 227 10 30 0 0.96 0.87 0.11 354.47 0.92 0.46
Hex E3 A 1E 0 60 57 B 162 5C 2E
Octal 343 12 36 0 140 127 13 542 134 56
Binary 11100011 1010 11110 0 1100000 1010111 1011 101100010 1011100 101110

Color Harmonies of #E30A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30A1E

Black with #E30A1E

Text Example


Text Example

White with #E30A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30A1E; }

 p { color: rgb(227,10,30); }

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

background-color css

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

 a { background-color: rgb(227,10,30); }

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

border-color css

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

 span { border-color: rgb(227,10,30); }

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