Html Css Color HEX #8F1B29 Flame Red

📋 copy color: '#8F1B29'

red 143 ◦ green 27 ◦ blue 41

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

Shades of Flame Red #8F1B29

Tints of Flame Red #8F1B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.8%

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

R = 67.77%
G = 12.8%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8F1B29 (or 0x8F1B29) is known color: Flame Red. HEX triplet: 8F, 1B and 29. RGB value is (143,27,41). Sum of RGB (Red+Green+Blue) = 143+27+41=211 (27% of max value = 765). Red value is 143 (56.25% from 255 or 67.77% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1B29 is #70E4D6. Grayscale: #3F3F3F. Windows color (decimal): -7398615 or 2694031. OLE color: 2694031.

HSL color Cylindrical-coordinate representation of color #8F1B29: hue angle of 352.76º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F1B29 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 27 41 -
CMYK 0 0.81 0.71 0.44
HSL 352.76º 0.68% 0.33% -
HSV(B) 352.76º 0.81% 0.56% -
XYZ 12.12 6.78 2.77 -
YUV 63.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 143 27 41 0 0.81 0.71 0.44 352.76 0.68 0.33
Hex 8F 1B 29 0 51 47 2C 161 44 21
Octal 217 33 51 0 121 107 54 541 104 41
Binary 10001111 11011 101001 0 1010001 1000111 101100 101100001 1000100 100001

Color Harmonies of #8F1B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1B29

Black with #8F1B29

Text Example


Text Example

White with #8F1B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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