Html Css Color HEX #E6041F Fire Engine Red

📋 copy color: '#E6041F'

red 230 ◦ green 4 ◦ blue 31

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

Shades of Fire Engine Red #E6041F

Tints of Fire Engine Red #E6041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.7%

R = 86.79%
G = 1.51%
B = 11.7%

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

#E6041F (or 0xE6041F) is known color: Fire Engine Red. HEX triplet: E6, 04 and 1F. RGB value is (230,4,31). Sum of RGB (Red+Green+Blue) = 230+4+31=265 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.79% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 230 - color contains mainly: red. Hex color #E6041F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6041F is #19FBE0. Grayscale: #4A4A4A. Windows color (decimal): -1702881 or 2032870. OLE color: 2032870.

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

Color convert

RGB 230 4 31 -
CMYK 0 0.98 0.87 0.10
HSL 352.83º 0.97% 0.46% -
HSV(B) 352.83º 0.98% 0.9% -
XYZ 32.92 17.01 2.84 -
YUV 74.65 103.37 238.8 -
System Red Green Blue C M Y K H S L
Decimal 230 4 31 0 0.98 0.87 0.10 352.83 0.97 0.46
Hex E6 4 1F 0 62 57 A 161 61 2E
Octal 346 4 37 0 142 127 12 541 141 56
Binary 11100110 100 11111 0 1100010 1010111 1010 101100001 1100001 101110

Color Harmonies of #E6041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6041F

Black with #E6041F

Text Example


Text Example

White with #E6041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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