Html Css Color HEX #E1061F Fire Engine Red

📋 copy color: '#E1061F'

red 225 ◦ green 6 ◦ blue 31

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

Shades of Fire Engine Red #E1061F

Tints of Fire Engine Red #E1061F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 85.88%
G = 2.29%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1061F (or 0xE1061F) is known color: Fire Engine Red. HEX triplet: E1, 06 and 1F. RGB value is (225,6,31). Sum of RGB (Red+Green+Blue) = 225+6+31=262 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.88% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 225 - color contains mainly: red. Hex color #E1061F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1061F is #1EF9E0. Grayscale: #4A4A4A. Windows color (decimal): -2030049 or 2033377. OLE color: 2033377.

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

Color convert

RGB 225 6 31 -
CMYK 0 0.97 0.86 0.12
HSL 353.15º 0.95% 0.45% -
HSV(B) 353.15º 0.97% 0.88% -
XYZ 31.36 16.24 2.78 -
YUV 74.33 103.55 235.47 -
System Red Green Blue C M Y K H S L
Decimal 225 6 31 0 0.97 0.86 0.12 353.15 0.95 0.45
Hex E1 6 1F 0 61 56 C 161 5F 2D
Octal 341 6 37 0 141 126 14 541 137 55
Binary 11100001 110 11111 0 1100001 1010110 1100 101100001 1011111 101101

Color Harmonies of #E1061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1061F

Black with #E1061F

Text Example


Text Example

White with #E1061F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1061F; }

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

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

background-color css

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

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

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

border-color css

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

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

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