Html Css Color HEX #E30B1A Fire Engine Red

📋 copy color: '#E30B1A'

red 227 ◦ green 11 ◦ blue 26

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

Shades of Fire Engine Red #E30B1A

Tints of Fire Engine Red #E30B1A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.17%

 BLUE value IS 26 (10.55% from 255) = 9.85%

R = 85.98%
G = 4.17%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E30B1A (or 0xE30B1A) is known color: Fire Engine Red. HEX triplet: E3, 0B and 1A. RGB value is (227,11,26). Sum of RGB (Red+Green+Blue) = 227+11+26=264 (34% of max value = 765). Red value is 227 (89.06% from 255 or 85.98% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30B1A is #1CF4E5. Grayscale: #4D4D4D. Windows color (decimal): -1897702 or 1706979. OLE color: 1706979.

HSL color Cylindrical-coordinate representation of color #E30B1A: hue angle of 355.83º degrees, saturation: 0.91, 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 #E30B1A is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 11 26 -
CMYK 0 0.95 0.89 0.11
HSL 355.83º 0.91% 0.47% -
HSV(B) 355.83º 0.95% 0.89% -
XYZ 31.98 16.64 2.5 -
YUV 77.29 99.06 234.78 -
System Red Green Blue C M Y K H S L
Decimal 227 11 26 0 0.95 0.89 0.11 355.83 0.91 0.47
Hex E3 B 1A 0 5F 59 B 164 5B 2F
Octal 343 13 32 0 137 131 13 544 133 57
Binary 11100011 1011 11010 0 1011111 1011001 1011 101100100 1011011 101111

Color Harmonies of #E30B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30B1A

Black with #E30B1A

Text Example


Text Example

White with #E30B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30B1A; }

 p { color: rgb(227,11,26); }

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

background-color css

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

 a { background-color: rgb(227,11,26); }

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

border-color css

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

 span { border-color: rgb(227,11,26); }

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