Html Css Color HEX #8F192A Flame Red

📋 copy color: '#8F192A'

red 143 ◦ green 25 ◦ blue 42

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

Shades of Flame Red #8F192A

Tints of Flame Red #8F192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

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

R = 68.1%
G = 11.9%
B = 20%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8F192A (or 0x8F192A) is known color: Flame Red. HEX triplet: 8F, 19 and 2A. RGB value is (143,25,42). Sum of RGB (Red+Green+Blue) = 143+25+42=210 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.10% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 143 - color contains mainly: red. Hex color #8F192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F192A is #70E6D5. Grayscale: #3E3E3E. Windows color (decimal): -7399126 or 2759055. OLE color: 2759055.

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

Color convert

RGB 143 25 42 -
CMYK 0 0.83 0.71 0.44
HSL 351.36º 0.7% 0.33% -
HSV(B) 351.36º 0.83% 0.56% -
XYZ 12.09 6.7 2.85 -
YUV 62.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 143 25 42 0 0.83 0.71 0.44 351.36 0.7 0.33
Hex 8F 19 2A 0 53 47 2C 15F 46 21
Octal 217 31 52 0 123 107 54 537 106 41
Binary 10001111 11001 101010 0 1010011 1000111 101100 101011111 1000110 100001

Color Harmonies of #8F192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F192A

Black with #8F192A

Text Example


Text Example

White with #8F192A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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