Html Css Color HEX #E6181C Fire Engine Red

📋 copy color: '#E6181C'

red 230 ◦ green 24 ◦ blue 28

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

Shades of Fire Engine Red #E6181C

Tints of Fire Engine Red #E6181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

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

R = 81.56%
G = 8.51%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6181C (or 0xE6181C) is known color: Fire Engine Red. HEX triplet: E6, 18 and 1C. RGB value is (230,24,28). Sum of RGB (Red+Green+Blue) = 230+24+28=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E6181C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6181C is #19E7E3. Grayscale: #565656. Windows color (decimal): -1697764 or 1841382. OLE color: 1841382.

HSL color Cylindrical-coordinate representation of color #E6181C: hue angle of 358.83º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6181C is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 24 28 -
CMYK 0 0.90 0.88 0.10
HSL 358.84º 0.81% 0.5% -
HSV(B) 358.84º 0.9% 0.9% -
XYZ 33.17 17.56 2.74 -
YUV 86.05 95.25 230.67 -
System Red Green Blue C M Y K H S L
Decimal 230 24 28 0 0.90 0.88 0.10 358.84 0.81 0.5
Hex E6 18 1C 0 5A 58 A 167 51 32
Octal 346 30 34 0 132 130 12 547 121 62
Binary 11100110 11000 11100 0 1011010 1011000 1010 101100111 1010001 110010

Color Harmonies of #E6181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6181C

Black with #E6181C

Text Example


Text Example

White with #E6181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6181C; }

 p { color: rgb(230,24,28); }

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

background-color css

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

 a { background-color: rgb(230,24,28); }

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

border-color css

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

 span { border-color: rgb(230,24,28); }

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