Html Css Color HEX #8F181F Flame Red

📋 copy color: '#8F181F'

red 143 ◦ green 24 ◦ blue 31

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

Shades of Flame Red #8F181F

Tints of Flame Red #8F181F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.66%

R = 72.22%
G = 12.12%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8F181F (or 0x8F181F) is known color: Flame Red. HEX triplet: 8F, 18 and 1F. RGB value is (143,24,31). Sum of RGB (Red+Green+Blue) = 143+24+31=198 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.22% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 143 - color contains mainly: red. Hex color #8F181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F181F is #70E7E0. Grayscale: #3C3C3C. Windows color (decimal): -7399393 or 2037903. OLE color: 2037903.

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

Color convert

RGB 143 24 31 -
CMYK 0 0.83 0.78 0.44
HSL 356.47º 0.71% 0.33% -
HSV(B) 356.47º 0.83% 0.56% -
XYZ 11.9 6.59 1.94 -
YUV 60.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 143 24 31 0 0.83 0.78 0.44 356.47 0.71 0.33
Hex 8F 18 1F 0 53 4E 2C 164 47 21
Octal 217 30 37 0 123 116 54 544 107 41
Binary 10001111 11000 11111 0 1010011 1001110 101100 101100100 1000111 100001

Color Harmonies of #8F181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F181F

Black with #8F181F

Text Example


Text Example

White with #8F181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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