Html Css Color HEX #8F162A Flame Red

📋 copy color: '#8F162A'

red 143 ◦ green 22 ◦ blue 42

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

Shades of Flame Red #8F162A

Tints of Flame Red #8F162A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.29%

R = 69.08%
G = 10.63%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8F162A (or 0x8F162A) is known color: Flame Red. HEX triplet: 8F, 16 and 2A. RGB value is (143,22,42). Sum of RGB (Red+Green+Blue) = 143+22+42=207 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.08% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 143 - color contains mainly: red. Hex color #8F162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F162A is #70E9D5. Grayscale: #3C3C3C. Windows color (decimal): -7399894 or 2758287. OLE color: 2758287.

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

Color convert

RGB 143 22 42 -
CMYK 0 0.85 0.71 0.44
HSL 350.08º 0.73% 0.32% -
HSV(B) 350.08º 0.85% 0.56% -
XYZ 12.03 6.58 2.83 -
YUV 60.46 117.59 186.87 -
System Red Green Blue C M Y K H S L
Decimal 143 22 42 0 0.85 0.71 0.44 350.08 0.73 0.32
Hex 8F 16 2A 0 55 47 2C 15E 49 20
Octal 217 26 52 0 125 107 54 536 111 40
Binary 10001111 10110 101010 0 1010101 1000111 101100 101011110 1001001 100000

Color Harmonies of #8F162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F162A

Black with #8F162A

Text Example


Text Example

White with #8F162A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,22,42); }

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

background-color css

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

 a { background-color: rgb(143,22,42); }

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

border-color css

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

 span { border-color: rgb(143,22,42); }

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