Html Css Color HEX #E1061D Fire Engine Red

📋 copy color: '#E1061D'

red 225 ◦ green 6 ◦ blue 29

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

Shades of Fire Engine Red #E1061D

Tints of Fire Engine Red #E1061D

RGB

 RED value IS 225 (88.28% from 255) = 86.54%

 GREEN value IS 6 (2.73% from 255) = 2.31%

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

R = 86.54%
G = 2.31%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1061D (or 0xE1061D) is known color: Fire Engine Red. HEX triplet: E1, 06 and 1D. RGB value is (225,6,29). Sum of RGB (Red+Green+Blue) = 225+6+29=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E1061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1061D is #1EF9E2. Grayscale: #4A4A4A. Windows color (decimal): -2030051 or 1902305. OLE color: 1902305.

HSL color Cylindrical-coordinate representation of color #E1061D: hue angle of 353.7º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1061D is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 6 29 -
CMYK 0 0.97 0.87 0.12
HSL 353.7º 0.95% 0.45% -
HSV(B) 353.7º 0.97% 0.88% -
XYZ 31.34 16.23 2.64 -
YUV 74.1 102.55 235.63 -
System Red Green Blue C M Y K H S L
Decimal 225 6 29 0 0.97 0.87 0.12 353.7 0.95 0.45
Hex E1 6 1D 0 61 57 C 162 5F 2D
Octal 341 6 35 0 141 127 14 542 137 55
Binary 11100001 110 11101 0 1100001 1010111 1100 101100010 1011111 101101

Color Harmonies of #E1061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1061D

Black with #E1061D

Text Example


Text Example

White with #E1061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1061D; }

 p { color: rgb(225,6,29); }

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

background-color css

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

 a { background-color: rgb(225,6,29); }

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

border-color css

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

 span { border-color: rgb(225,6,29); }

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