Html Css Color HEX #8F2324 Flame Red

📋 copy color: '#8F2324'

red 143 ◦ green 35 ◦ blue 36

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

Shades of Flame Red #8F2324

Tints of Flame Red #8F2324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

 BLUE value IS 36 (14.45% from 255) = 16.82%

R = 66.82%
G = 16.36%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8F2324 (or 0x8F2324) is known color: Flame Red. HEX triplet: 8F, 23 and 24. RGB value is (143,35,36). Sum of RGB (Red+Green+Blue) = 143+35+36=214 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.82% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2324 is #70DCDB. Grayscale: #434343. Windows color (decimal): -7396572 or 2368399. OLE color: 2368399.

HSL color Cylindrical-coordinate representation of color #8F2324: hue angle of 359.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2324 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 35 36 -
CMYK 0 0.76 0.75 0.44
HSL 359.44º 0.61% 0.35% -
HSV(B) 359.44º 0.76% 0.56% -
XYZ 12.25 7.17 2.41 -
YUV 67.41 110.28 181.92 -
System Red Green Blue C M Y K H S L
Decimal 143 35 36 0 0.76 0.75 0.44 359.44 0.61 0.35
Hex 8F 23 24 0 4C 4B 2C 167 3D 23
Octal 217 43 44 0 114 113 54 547 75 43
Binary 10001111 100011 100100 0 1001100 1001011 101100 101100111 111101 100011

Color Harmonies of #8F2324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2324

Black with #8F2324

Text Example


Text Example

White with #8F2324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,35,36); }

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

background-color css

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

 a { background-color: rgb(143,35,36); }

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

border-color css

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

 span { border-color: rgb(143,35,36); }

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