Html Css Color HEX #E1061C Fire Engine Red

📋 copy color: '#E1061C'

red 225 ◦ green 6 ◦ blue 28

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

Shades of Fire Engine Red #E1061C

Tints of Fire Engine Red #E1061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 86.87%
G = 2.32%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1061C (or 0xE1061C) is known color: Fire Engine Red. HEX triplet: E1, 06 and 1C. RGB value is (225,6,28). Sum of RGB (Red+Green+Blue) = 225+6+28=259 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.87% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 225 - color contains mainly: red. Hex color #E1061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1061C is #1EF9E3. Grayscale: #4A4A4A. Windows color (decimal): -2030052 or 1836769. OLE color: 1836769.

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

Color convert

RGB 225 6 28 -
CMYK 0 0.97 0.88 0.12
HSL 353.97º 0.95% 0.45% -
HSV(B) 353.97º 0.97% 0.88% -
XYZ 31.33 16.22 2.58 -
YUV 73.99 102.05 235.71 -
System Red Green Blue C M Y K H S L
Decimal 225 6 28 0 0.97 0.88 0.12 353.97 0.95 0.45
Hex E1 6 1C 0 61 58 C 162 5F 2D
Octal 341 6 34 0 141 130 14 542 137 55
Binary 11100001 110 11100 0 1100001 1011000 1100 101100010 1011111 101101

Color Harmonies of #E1061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1061C

Black with #E1061C

Text Example


Text Example

White with #E1061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1061C; }

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

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

background-color css

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

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

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

border-color css

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

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

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