Html Css Color HEX #E6081A Fire Engine Red

📋 copy color: '#E6081A'

red 230 ◦ green 8 ◦ blue 26

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

Shades of Fire Engine Red #E6081A

Tints of Fire Engine Red #E6081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.03%

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

R = 87.12%
G = 3.03%
B = 9.85%

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

#E6081A (or 0xE6081A) is known color: Fire Engine Red. HEX triplet: E6, 08 and 1A. RGB value is (230,8,26). Sum of RGB (Red+Green+Blue) = 230+8+26=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E6081A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6081A is #19F7E5. Grayscale: #4C4C4C. Windows color (decimal): -1701862 or 1706214. OLE color: 1706214.

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

Color convert

RGB 230 8 26 -
CMYK 0 0.97 0.89 0.10
HSL 355.14º 0.93% 0.47% -
HSV(B) 355.14º 0.97% 0.9% -
XYZ 32.91 17.07 2.54 -
YUV 76.43 99.55 237.54 -
System Red Green Blue C M Y K H S L
Decimal 230 8 26 0 0.97 0.89 0.10 355.14 0.93 0.47
Hex E6 8 1A 0 61 59 A 163 5D 2F
Octal 346 10 32 0 141 131 12 543 135 57
Binary 11100110 1000 11010 0 1100001 1011001 1010 101100011 1011101 101111

Color Harmonies of #E6081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6081A

Black with #E6081A

Text Example


Text Example

White with #E6081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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