Html Css Color HEX #E30F1D Fire Engine Red

📋 copy color: '#E30F1D'

red 227 ◦ green 15 ◦ blue 29

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

Shades of Fire Engine Red #E30F1D

Tints of Fire Engine Red #E30F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.54%

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 83.76%
G = 5.54%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E30F1D (or 0xE30F1D) is known color: Fire Engine Red. HEX triplet: E3, 0F and 1D. RGB value is (227,15,29). Sum of RGB (Red+Green+Blue) = 227+15+29=271 (35% of max value = 765). Red value is 227 (89.06% from 255 or 83.76% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30F1D is #1CF0E2. Grayscale: #505050. Windows color (decimal): -1896675 or 1904611. OLE color: 1904611.

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

Color convert

RGB 227 15 29 -
CMYK 0 0.93 0.87 0.11
HSL 356.04º 0.88% 0.47% -
HSV(B) 356.04º 0.93% 0.89% -
XYZ 32.07 16.76 2.71 -
YUV 79.98 99.24 232.86 -
System Red Green Blue C M Y K H S L
Decimal 227 15 29 0 0.93 0.87 0.11 356.04 0.88 0.47
Hex E3 F 1D 0 5D 57 B 164 58 2F
Octal 343 17 35 0 135 127 13 544 130 57
Binary 11100011 1111 11101 0 1011101 1010111 1011 101100100 1011000 101111

Color Harmonies of #E30F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30F1D

Black with #E30F1D

Text Example


Text Example

White with #E30F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30F1D; }

 p { color: rgb(227,15,29); }

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

background-color css

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

 a { background-color: rgb(227,15,29); }

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

border-color css

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

 span { border-color: rgb(227,15,29); }

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