Html Css Color HEX #E61226 Fire Engine Red

📋 copy color: '#E61226'

red 230 ◦ green 18 ◦ blue 38

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

Shades of Fire Engine Red #E61226

Tints of Fire Engine Red #E61226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 80.42%
G = 6.29%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E61226 (or 0xE61226) is known color: Fire Engine Red. HEX triplet: E6, 12 and 26. RGB value is (230,18,38). Sum of RGB (Red+Green+Blue) = 230+18+38=286 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.42% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 230 - color contains mainly: red. Hex color #E61226 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61226 is #19EDD9. Grayscale: #535353. Windows color (decimal): -1699290 or 2495206. OLE color: 2495206.

HSL color Cylindrical-coordinate representation of color #E61226: hue angle of 354.34º 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 #E61226 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 18 38 -
CMYK 0 0.92 0.83 0.10
HSL 354.34º 0.85% 0.49% -
HSV(B) 354.34º 0.92% 0.9% -
XYZ 33.2 17.4 3.44 -
YUV 83.67 102.24 232.37 -
System Red Green Blue C M Y K H S L
Decimal 230 18 38 0 0.92 0.83 0.10 354.34 0.85 0.49
Hex E6 12 26 0 5C 53 A 162 55 31
Octal 346 22 46 0 134 123 12 542 125 61
Binary 11100110 10010 100110 0 1011100 1010011 1010 101100010 1010101 110001

Color Harmonies of #E61226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61226

Black with #E61226

Text Example


Text Example

White with #E61226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61226; }

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

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

background-color css

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

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

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

border-color css

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

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

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