Html Css Color HEX #E30B16 Fire Engine Red

📋 copy color: '#E30B16'

red 227 ◦ green 11 ◦ blue 22

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

Shades of Fire Engine Red #E30B16

Tints of Fire Engine Red #E30B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 87.31%
G = 4.23%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E30B16 (or 0xE30B16) is known color: Fire Engine Red. HEX triplet: E3, 0B and 16. RGB value is (227,11,22). Sum of RGB (Red+Green+Blue) = 227+11+22=260 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.31% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30B16 is #1CF4E9. Grayscale: #4D4D4D. Windows color (decimal): -1897706 or 1444835. OLE color: 1444835.

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

Color convert

RGB 227 11 22 -
CMYK 0 0.95 0.90 0.11
HSL 356.94º 0.91% 0.47% -
HSV(B) 356.94º 0.95% 0.89% -
XYZ 31.94 16.63 2.29 -
YUV 76.84 97.06 235.11 -
System Red Green Blue C M Y K H S L
Decimal 227 11 22 0 0.95 0.90 0.11 356.94 0.91 0.47
Hex E3 B 16 0 5F 5A B 165 5B 2F
Octal 343 13 26 0 137 132 13 545 133 57
Binary 11100011 1011 10110 0 1011111 1011010 1011 101100101 1011011 101111

Color Harmonies of #E30B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30B16

Black with #E30B16

Text Example


Text Example

White with #E30B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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