Html Css Color HEX #E6041E Fire Engine Red

📋 copy color: '#E6041E'

red 230 ◦ green 4 ◦ blue 30

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

Shades of Fire Engine Red #E6041E

Tints of Fire Engine Red #E6041E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 87.12%
G = 1.52%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6041E (or 0xE6041E) is known color: Fire Engine Red. HEX triplet: E6, 04 and 1E. RGB value is (230,4,30). Sum of RGB (Red+Green+Blue) = 230+4+30=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E6041E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6041E is #19FBE1. Grayscale: #4A4A4A. Windows color (decimal): -1702882 or 1967334. OLE color: 1967334.

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

Color convert

RGB 230 4 30 -
CMYK 0 0.98 0.87 0.10
HSL 353.1º 0.97% 0.46% -
HSV(B) 353.1º 0.98% 0.9% -
XYZ 32.91 17 2.78 -
YUV 74.54 102.87 238.89 -
System Red Green Blue C M Y K H S L
Decimal 230 4 30 0 0.98 0.87 0.10 353.1 0.97 0.46
Hex E6 4 1E 0 62 57 A 161 61 2E
Octal 346 4 36 0 142 127 12 541 141 56
Binary 11100110 100 11110 0 1100010 1010111 1010 101100001 1100001 101110

Color Harmonies of #E6041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6041E

Black with #E6041E

Text Example


Text Example

White with #E6041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6041E; }

 p { color: rgb(230,4,30); }

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

background-color css

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

 a { background-color: rgb(230,4,30); }

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

border-color css

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

 span { border-color: rgb(230,4,30); }

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