Html Css Color HEX #8F181E Flame Red

📋 copy color: '#8F181E'

red 143 ◦ green 24 ◦ blue 30

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

Shades of Flame Red #8F181E

Tints of Flame Red #8F181E

RGB

 RED value IS 143 (56.25% from 255) = 72.59%

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

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

R = 72.59%
G = 12.18%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#8F181E (or 0x8F181E) is known color: Flame Red. HEX triplet: 8F, 18 and 1E. RGB value is (143,24,30). Sum of RGB (Red+Green+Blue) = 143+24+30=197 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.59% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 143 - color contains mainly: red. Hex color #8F181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F181E is #70E7E1. Grayscale: #3C3C3C. Windows color (decimal): -7399394 or 1972367. OLE color: 1972367.

HSL color Cylindrical-coordinate representation of color #8F181E: hue angle of 356.97º 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 #8F181E is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 24 30 -
CMYK 0 0.83 0.79 0.44
HSL 356.97º 0.71% 0.33% -
HSV(B) 356.97º 0.83% 0.56% -
XYZ 11.89 6.59 1.87 -
YUV 60.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 143 24 30 0 0.83 0.79 0.44 356.97 0.71 0.33
Hex 8F 18 1E 0 53 4F 2C 165 47 21
Octal 217 30 36 0 123 117 54 545 107 41
Binary 10001111 11000 11110 0 1010011 1001111 101100 101100101 1000111 100001

Color Harmonies of #8F181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F181E

Black with #8F181E

Text Example


Text Example

White with #8F181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,24,30); }

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

background-color css

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

 a { background-color: rgb(143,24,30); }

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

border-color css

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

 span { border-color: rgb(143,24,30); }

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