Html Css Color HEX #8E182D Flame Red

📋 copy color: '#8E182D'

red 142 ◦ green 24 ◦ blue 45

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

Shades of Flame Red #8E182D

Tints of Flame Red #8E182D

RGB

 RED value IS 142 (55.86% from 255) = 67.3%

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

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 67.3%
G = 11.37%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E182D (or 0x8E182D) is known color: Flame Red. HEX triplet: 8E, 18 and 2D. RGB value is (142,24,45). Sum of RGB (Red+Green+Blue) = 142+24+45=211 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.30% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 142 - color contains mainly: red. Hex color #8E182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E182D is #71E7D2. Grayscale: #3D3D3D. Windows color (decimal): -7464915 or 2955406. OLE color: 2955406.

HSL color Cylindrical-coordinate representation of color #8E182D: hue angle of 349.32º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E182D is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 24 45 -
CMYK 0 0.83 0.68 0.44
HSL 349.32º 0.71% 0.33% -
HSV(B) 349.32º 0.83% 0.56% -
XYZ 11.96 6.59 3.13 -
YUV 61.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 142 24 45 0 0.83 0.68 0.44 349.32 0.71 0.33
Hex 8E 18 2D 0 53 44 2C 15D 47 21
Octal 216 30 55 0 123 104 54 535 107 41
Binary 10001110 11000 101101 0 1010011 1000100 101100 101011101 1000111 100001

Color Harmonies of #8E182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E182D

Black with #8E182D

Text Example


Text Example

White with #8E182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E182D; }

 p { color: rgb(142,24,45); }

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

background-color css

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

 a { background-color: rgb(142,24,45); }

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

border-color css

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

 span { border-color: rgb(142,24,45); }

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