Html Css Color HEX #E6071A Fire Engine Red

📋 copy color: '#E6071A'

red 230 ◦ green 7 ◦ blue 26

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

Shades of Fire Engine Red #E6071A

Tints of Fire Engine Red #E6071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.66%

 BLUE value IS 26 (10.55% from 255) = 9.89%

R = 87.45%
G = 2.66%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6071A (or 0xE6071A) is known color: Fire Engine Red. HEX triplet: E6, 07 and 1A. RGB value is (230,7,26). Sum of RGB (Red+Green+Blue) = 230+7+26=263 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.45% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 230 - color contains mainly: red. Hex color #E6071A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6071A is #19F8E5. Grayscale: #4B4B4B. Windows color (decimal): -1702118 or 1705958. OLE color: 1705958.

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

Color convert

RGB 230 7 26 -
CMYK 0 0.97 0.89 0.10
HSL 354.89º 0.94% 0.46% -
HSV(B) 354.89º 0.97% 0.9% -
XYZ 32.9 17.05 2.53 -
YUV 75.84 99.88 237.96 -
System Red Green Blue C M Y K H S L
Decimal 230 7 26 0 0.97 0.89 0.10 354.89 0.94 0.46
Hex E6 7 1A 0 61 59 A 163 5E 2E
Octal 346 7 32 0 141 131 12 543 136 56
Binary 11100110 111 11010 0 1100001 1011001 1010 101100011 1011110 101110

Color Harmonies of #E6071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6071A

Black with #E6071A

Text Example


Text Example

White with #E6071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6071A; }

 p { color: rgb(230,7,26); }

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

background-color css

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

 a { background-color: rgb(230,7,26); }

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

border-color css

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

 span { border-color: rgb(230,7,26); }

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