Html Css Color HEX #E6071D Fire Engine Red

📋 copy color: '#E6071D'

red 230 ◦ green 7 ◦ blue 29

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

Shades of Fire Engine Red #E6071D

Tints of Fire Engine Red #E6071D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.9%

R = 86.47%
G = 2.63%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6071D (or 0xE6071D) is known color: Fire Engine Red. HEX triplet: E6, 07 and 1D. RGB value is (230,7,29). Sum of RGB (Red+Green+Blue) = 230+7+29=266 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.47% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 230 - color contains mainly: red. Hex color #E6071D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6071D is #19F8E2. Grayscale: #4C4C4C. Windows color (decimal): -1702115 or 1902566. OLE color: 1902566.

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

Color convert

RGB 230 7 29 -
CMYK 0 0.97 0.87 0.10
HSL 354.08º 0.94% 0.46% -
HSV(B) 354.08º 0.97% 0.9% -
XYZ 32.93 17.06 2.72 -
YUV 76.19 101.38 237.71 -
System Red Green Blue C M Y K H S L
Decimal 230 7 29 0 0.97 0.87 0.10 354.08 0.94 0.46
Hex E6 7 1D 0 61 57 A 162 5E 2E
Octal 346 7 35 0 141 127 12 542 136 56
Binary 11100110 111 11101 0 1100001 1010111 1010 101100010 1011110 101110

Color Harmonies of #E6071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6071D

Black with #E6071D

Text Example


Text Example

White with #E6071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6071D; }

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

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

background-color css

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

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

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

border-color css

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

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

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