Html Css Color HEX #8F1929 Flame Red

📋 copy color: '#8F1929'

red 143 ◦ green 25 ◦ blue 41

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

Shades of Flame Red #8F1929

Tints of Flame Red #8F1929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 68.42%
G = 11.96%
B = 19.62%

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

#8F1929 (or 0x8F1929) is known color: Flame Red. HEX triplet: 8F, 19 and 29. RGB value is (143,25,41). Sum of RGB (Red+Green+Blue) = 143+25+41=209 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.42% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1929 is #70E6D6. Grayscale: #3E3E3E. Windows color (decimal): -7399127 or 2693519. OLE color: 2693519.

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

Color convert

RGB 143 25 41 -
CMYK 0 0.83 0.71 0.44
HSL 351.86º 0.7% 0.33% -
HSV(B) 351.86º 0.83% 0.56% -
XYZ 12.08 6.69 2.75 -
YUV 62.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 143 25 41 0 0.83 0.71 0.44 351.86 0.7 0.33
Hex 8F 19 29 0 53 47 2C 160 46 21
Octal 217 31 51 0 123 107 54 540 106 41
Binary 10001111 11001 101001 0 1010011 1000111 101100 101100000 1000110 100001

Color Harmonies of #8F1929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1929

Black with #8F1929

Text Example


Text Example

White with #8F1929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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