Html Css Color HEX #E61218 Fire Engine Red

📋 copy color: '#E61218'

red 230 ◦ green 18 ◦ blue 24

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

Shades of Fire Engine Red #E61218

Tints of Fire Engine Red #E61218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

 BLUE value IS 24 (9.77% from 255) = 8.82%

R = 84.56%
G = 6.62%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E61218 (or 0xE61218) is known color: Fire Engine Red. HEX triplet: E6, 12 and 18. RGB value is (230,18,24). Sum of RGB (Red+Green+Blue) = 230+18+24=272 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.56% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 230 - color contains mainly: red. Hex color #E61218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61218 is #19EDE7. Grayscale: #525252. Windows color (decimal): -1699304 or 1577702. OLE color: 1577702.

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

Color convert

RGB 230 18 24 -
CMYK 0 0.92 0.90 0.10
HSL 358.3º 0.85% 0.49% -
HSV(B) 358.3º 0.92% 0.9% -
XYZ 33.01 17.32 2.47 -
YUV 82.07 95.24 233.51 -
System Red Green Blue C M Y K H S L
Decimal 230 18 24 0 0.92 0.90 0.10 358.3 0.85 0.49
Hex E6 12 18 0 5C 5A A 166 55 31
Octal 346 22 30 0 134 132 12 546 125 61
Binary 11100110 10010 11000 0 1011100 1011010 1010 101100110 1010101 110001

Color Harmonies of #E61218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61218

Black with #E61218

Text Example


Text Example

White with #E61218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61218; }

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

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

background-color css

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

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

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

border-color css

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

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

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