Html Css Color HEX #8F152A Flame Red

📋 copy color: '#8F152A'

red 143 ◦ green 21 ◦ blue 42

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

Shades of Flame Red #8F152A

Tints of Flame Red #8F152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

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

R = 69.42%
G = 10.19%
B = 20.39%

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

#8F152A (or 0x8F152A) is known color: Flame Red. HEX triplet: 8F, 15 and 2A. RGB value is (143,21,42). Sum of RGB (Red+Green+Blue) = 143+21+42=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F152A is #70EAD5. Grayscale: #3B3B3B. Windows color (decimal): -7400150 or 2758031. OLE color: 2758031.

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

Color convert

RGB 143 21 42 -
CMYK 0 0.85 0.71 0.44
HSL 349.67º 0.74% 0.32% -
HSV(B) 349.67º 0.85% 0.56% -
XYZ 12.01 6.54 2.82 -
YUV 59.87 117.92 187.29 -
System Red Green Blue C M Y K H S L
Decimal 143 21 42 0 0.85 0.71 0.44 349.67 0.74 0.32
Hex 8F 15 2A 0 55 47 2C 15E 4A 20
Octal 217 25 52 0 125 107 54 536 112 40
Binary 10001111 10101 101010 0 1010101 1000111 101100 101011110 1001010 100000

Color Harmonies of #8F152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F152A

Black with #8F152A

Text Example


Text Example

White with #8F152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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