Html Css Color HEX #E6161E Fire Engine Red

📋 copy color: '#E6161E'

red 230 ◦ green 22 ◦ blue 30

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

Shades of Fire Engine Red #E6161E

Tints of Fire Engine Red #E6161E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.8%

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 81.56%
G = 7.8%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6161E (or 0xE6161E) is known color: Fire Engine Red. HEX triplet: E6, 16 and 1E. RGB value is (230,22,30). Sum of RGB (Red+Green+Blue) = 230+22+30=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E6161E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6161E is #19E9E1. Grayscale: #555555. Windows color (decimal): -1698274 or 1971942. OLE color: 1971942.

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

Color convert

RGB 230 22 30 -
CMYK 0 0.90 0.87 0.10
HSL 357.69º 0.83% 0.49% -
HSV(B) 357.69º 0.9% 0.9% -
XYZ 33.15 17.49 2.86 -
YUV 85.1 96.91 231.35 -
System Red Green Blue C M Y K H S L
Decimal 230 22 30 0 0.90 0.87 0.10 357.69 0.83 0.49
Hex E6 16 1E 0 5A 57 A 166 53 31
Octal 346 26 36 0 132 127 12 546 123 61
Binary 11100110 10110 11110 0 1011010 1010111 1010 101100110 1010011 110001

Color Harmonies of #E6161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6161E

Black with #E6161E

Text Example


Text Example

White with #E6161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6161E; }

 p { color: rgb(230,22,30); }

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

background-color css

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

 a { background-color: rgb(230,22,30); }

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

border-color css

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

 span { border-color: rgb(230,22,30); }

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