Html Css Color HEX #E61012 Fire Engine Red

📋 copy color: '#E61012'

red 230 ◦ green 16 ◦ blue 18

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

Shades of Fire Engine Red #E61012

Tints of Fire Engine Red #E61012

RGB

 RED value IS 230 (90.23% from 255) = 87.12%

 GREEN value IS 16 (6.64% from 255) = 6.06%

 BLUE value IS 18 (7.42% from 255) = 6.82%

R = 87.12%
G = 6.06%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E61012 (or 0xE61012) is known color: Fire Engine Red. HEX triplet: E6, 10 and 12. RGB value is (230,16,18). Sum of RGB (Red+Green+Blue) = 230+16+18=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E61012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61012 is #19EFED. Grayscale: #505050. Windows color (decimal): -1699822 or 1183974. OLE color: 1183974.

HSL color Cylindrical-coordinate representation of color #E61012: hue angle of 359.44º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61012 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 16 18 -
CMYK 0 0.93 0.92 0.10
HSL 359.44º 0.87% 0.48% -
HSV(B) 359.44º 0.93% 0.9% -
XYZ 32.93 17.24 2.16 -
YUV 80.21 92.9 234.84 -
System Red Green Blue C M Y K H S L
Decimal 230 16 18 0 0.93 0.92 0.10 359.44 0.87 0.48
Hex E6 10 12 0 5D 5C A 167 57 30
Octal 346 20 22 0 135 134 12 547 127 60
Binary 11100110 10000 10010 0 1011101 1011100 1010 101100111 1010111 110000

Color Harmonies of #E61012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61012

Black with #E61012

Text Example


Text Example

White with #E61012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61012; }

 p { color: rgb(230,16,18); }

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

background-color css

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

 a { background-color: rgb(230,16,18); }

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

border-color css

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

 span { border-color: rgb(230,16,18); }

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