Html Css Color HEX #E30B1B Fire Engine Red

📋 copy color: '#E30B1B'

red 227 ◦ green 11 ◦ blue 27

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

Shades of Fire Engine Red #E30B1B

Tints of Fire Engine Red #E30B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.19%

R = 85.66%
G = 4.15%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E30B1B (or 0xE30B1B) is known color: Fire Engine Red. HEX triplet: E3, 0B and 1B. RGB value is (227,11,27). Sum of RGB (Red+Green+Blue) = 227+11+27=265 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.66% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30B1B is #1CF4E4. Grayscale: #4D4D4D. Windows color (decimal): -1897701 or 1772515. OLE color: 1772515.

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

Color convert

RGB 227 11 27 -
CMYK 0 0.95 0.88 0.11
HSL 355.56º 0.91% 0.47% -
HSV(B) 355.56º 0.95% 0.89% -
XYZ 32 16.65 2.56 -
YUV 77.41 99.56 234.7 -
System Red Green Blue C M Y K H S L
Decimal 227 11 27 0 0.95 0.88 0.11 355.56 0.91 0.47
Hex E3 B 1B 0 5F 58 B 164 5B 2F
Octal 343 13 33 0 137 130 13 544 133 57
Binary 11100011 1011 11011 0 1011111 1011000 1011 101100100 1011011 101111

Color Harmonies of #E30B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30B1B

Black with #E30B1B

Text Example


Text Example

White with #E30B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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