Html Css Color HEX #E6041B Fire Engine Red

📋 copy color: '#E6041B'

red 230 ◦ green 4 ◦ blue 27

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

Shades of Fire Engine Red #E6041B

Tints of Fire Engine Red #E6041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 88.12%
G = 1.53%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6041B (or 0xE6041B) is known color: Fire Engine Red. HEX triplet: E6, 04 and 1B. RGB value is (230,4,27). Sum of RGB (Red+Green+Blue) = 230+4+27=261 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.12% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 230 - color contains mainly: red. Hex color #E6041B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6041B is #19FBE4. Grayscale: #4A4A4A. Windows color (decimal): -1702885 or 1770726. OLE color: 1770726.

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

Color convert

RGB 230 4 27 -
CMYK 0 0.98 0.88 0.10
HSL 353.89º 0.97% 0.46% -
HSV(B) 353.89º 0.98% 0.9% -
XYZ 32.87 16.99 2.58 -
YUV 74.2 101.37 239.13 -
System Red Green Blue C M Y K H S L
Decimal 230 4 27 0 0.98 0.88 0.10 353.89 0.97 0.46
Hex E6 4 1B 0 62 58 A 162 61 2E
Octal 346 4 33 0 142 130 12 542 141 56
Binary 11100110 100 11011 0 1100010 1011000 1010 101100010 1100001 101110

Color Harmonies of #E6041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6041B

Black with #E6041B

Text Example


Text Example

White with #E6041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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