Html Css Color HEX #E6091A Fire Engine Red

📋 copy color: '#E6091A'

red 230 ◦ green 9 ◦ blue 26

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

Shades of Fire Engine Red #E6091A

Tints of Fire Engine Red #E6091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.4%

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

R = 86.79%
G = 3.4%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6091A (or 0xE6091A) is known color: Fire Engine Red. HEX triplet: E6, 09 and 1A. RGB value is (230,9,26). Sum of RGB (Red+Green+Blue) = 230+9+26=265 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.79% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 230 - color contains mainly: red. Hex color #E6091A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6091A is #19F6E5. Grayscale: #4D4D4D. Windows color (decimal): -1701606 or 1706470. OLE color: 1706470.

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

Color convert

RGB 230 9 26 -
CMYK 0 0.96 0.89 0.10
HSL 355.38º 0.92% 0.47% -
HSV(B) 355.38º 0.96% 0.9% -
XYZ 32.92 17.09 2.54 -
YUV 77.02 99.22 237.12 -
System Red Green Blue C M Y K H S L
Decimal 230 9 26 0 0.96 0.89 0.10 355.38 0.92 0.47
Hex E6 9 1A 0 60 59 A 163 5C 2F
Octal 346 11 32 0 140 131 12 543 134 57
Binary 11100110 1001 11010 0 1100000 1011001 1010 101100011 1011100 101111

Color Harmonies of #E6091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6091A

Black with #E6091A

Text Example


Text Example

White with #E6091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6091A; }

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

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

background-color css

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

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

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

border-color css

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

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

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