Html Css Color HEX #E6161B Fire Engine Red

📋 copy color: '#E6161B'

red 230 ◦ green 22 ◦ blue 27

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

Shades of Fire Engine Red #E6161B

Tints of Fire Engine Red #E6161B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 82.44%
G = 7.89%
B = 9.68%

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

#E6161B (or 0xE6161B) is known color: Fire Engine Red. HEX triplet: E6, 16 and 1B. RGB value is (230,22,27). Sum of RGB (Red+Green+Blue) = 230+22+27=279 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.44% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 230 - color contains mainly: red. Hex color #E6161B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6161B is #19E9E4. Grayscale: #545454. Windows color (decimal): -1698277 or 1775334. OLE color: 1775334.

HSL color Cylindrical-coordinate representation of color #E6161B: hue angle of 358.56º 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 #E6161B is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 22 27 -
CMYK 0 0.90 0.88 0.10
HSL 358.56º 0.83% 0.49% -
HSV(B) 358.56º 0.9% 0.9% -
XYZ 33.12 17.48 2.66 -
YUV 84.76 95.41 231.59 -
System Red Green Blue C M Y K H S L
Decimal 230 22 27 0 0.90 0.88 0.10 358.56 0.83 0.49
Hex E6 16 1B 0 5A 58 A 167 53 31
Octal 346 26 33 0 132 130 12 547 123 61
Binary 11100110 10110 11011 0 1011010 1011000 1010 101100111 1010011 110001

Color Harmonies of #E6161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6161B

Black with #E6161B

Text Example


Text Example

White with #E6161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6161B; }

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

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

background-color css

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

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

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

border-color css

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

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

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