Html Css Color HEX #E30D1B Fire Engine Red

📋 copy color: '#E30D1B'

red 227 ◦ green 13 ◦ blue 27

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

Shades of Fire Engine Red #E30D1B

Tints of Fire Engine Red #E30D1B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

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

R = 85.02%
G = 4.87%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E30D1B (or 0xE30D1B) is known color: Fire Engine Red. HEX triplet: E3, 0D and 1B. RGB value is (227,13,27). Sum of RGB (Red+Green+Blue) = 227+13+27=267 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.02% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30D1B is #1CF2E4. Grayscale: #4E4E4E. Windows color (decimal): -1897189 or 1773027. OLE color: 1773027.

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

Color convert

RGB 227 13 27 -
CMYK 0 0.94 0.88 0.11
HSL 356.07º 0.89% 0.47% -
HSV(B) 356.07º 0.94% 0.89% -
XYZ 32.02 16.7 2.57 -
YUV 78.58 98.9 233.86 -
System Red Green Blue C M Y K H S L
Decimal 227 13 27 0 0.94 0.88 0.11 356.07 0.89 0.47
Hex E3 D 1B 0 5E 58 B 164 59 2F
Octal 343 15 33 0 136 130 13 544 131 57
Binary 11100011 1101 11011 0 1011110 1011000 1011 101100100 1011001 101111

Color Harmonies of #E30D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30D1B

Black with #E30D1B

Text Example


Text Example

White with #E30D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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