Html Css Color HEX #8F1920 Flame Red

📋 copy color: '#8F1920'

red 143 ◦ green 25 ◦ blue 32

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

Shades of Flame Red #8F1920

Tints of Flame Red #8F1920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16%

R = 71.5%
G = 12.5%
B = 16%

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

#8F1920 (or 0x8F1920) is known color: Flame Red. HEX triplet: 8F, 19 and 20. RGB value is (143,25,32). Sum of RGB (Red+Green+Blue) = 143+25+32=200 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1920 is #70E6DF. Grayscale: #3D3D3D. Windows color (decimal): -7399136 or 2103695. OLE color: 2103695.

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

Color convert

RGB 143 25 32 -
CMYK 0 0.83 0.78 0.44
HSL 356.44º 0.7% 0.33% -
HSV(B) 356.44º 0.83% 0.56% -
XYZ 11.94 6.64 2.02 -
YUV 61.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 143 25 32 0 0.83 0.78 0.44 356.44 0.7 0.33
Hex 8F 19 20 0 53 4E 2C 164 46 21
Octal 217 31 40 0 123 116 54 544 106 41
Binary 10001111 11001 100000 0 1010011 1001110 101100 101100100 1000110 100001

Color Harmonies of #8F1920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1920

Black with #8F1920

Text Example


Text Example

White with #8F1920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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