Html Css Color HEX #8F162B Flame Red

📋 copy color: '#8F162B'

red 143 ◦ green 22 ◦ blue 43

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

Shades of Flame Red #8F162B

Tints of Flame Red #8F162B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.67%

R = 68.75%
G = 10.58%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8F162B (or 0x8F162B) is known color: Flame Red. HEX triplet: 8F, 16 and 2B. RGB value is (143,22,43). Sum of RGB (Red+Green+Blue) = 143+22+43=208 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.75% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 143 - color contains mainly: red. Hex color #8F162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F162B is #70E9D4. Grayscale: #3C3C3C. Windows color (decimal): -7399893 or 2823823. OLE color: 2823823.

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

Color convert

RGB 143 22 43 -
CMYK 0 0.85 0.70 0.44
HSL 349.59º 0.73% 0.32% -
HSV(B) 349.59º 0.85% 0.56% -
XYZ 12.05 6.59 2.92 -
YUV 60.57 118.09 186.79 -
System Red Green Blue C M Y K H S L
Decimal 143 22 43 0 0.85 0.70 0.44 349.59 0.73 0.32
Hex 8F 16 2B 0 55 46 2C 15E 49 20
Octal 217 26 53 0 125 106 54 536 111 40
Binary 10001111 10110 101011 0 1010101 1000110 101100 101011110 1001001 100000

Color Harmonies of #8F162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F162B

Black with #8F162B

Text Example


Text Example

White with #8F162B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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