Html Css Color HEX #8F2021 Flame Red

📋 copy color: '#8F2021'

red 143 ◦ green 32 ◦ blue 33

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

Shades of Flame Red #8F2021

Tints of Flame Red #8F2021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.38%

 BLUE value IS 33 (13.28% from 255) = 15.87%

R = 68.75%
G = 15.38%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8F2021 (or 0x8F2021) is known color: Flame Red. HEX triplet: 8F, 20 and 21. RGB value is (143,32,33). Sum of RGB (Red+Green+Blue) = 143+32+33=208 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.75% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2021 is #70DFDE. Grayscale: #414141. Windows color (decimal): -7397343 or 2171023. OLE color: 2171023.

HSL color Cylindrical-coordinate representation of color #8F2021: hue angle of 359.46º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2021 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 32 33 -
CMYK 0 0.78 0.77 0.44
HSL 359.46º 0.63% 0.34% -
HSV(B) 359.46º 0.78% 0.56% -
XYZ 12.12 6.98 2.15 -
YUV 65.3 109.77 183.42 -
System Red Green Blue C M Y K H S L
Decimal 143 32 33 0 0.78 0.77 0.44 359.46 0.63 0.34
Hex 8F 20 21 0 4E 4D 2C 167 3F 22
Octal 217 40 41 0 116 115 54 547 77 42
Binary 10001111 100000 100001 0 1001110 1001101 101100 101100111 111111 100010

Color Harmonies of #8F2021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2021

Black with #8F2021

Text Example


Text Example

White with #8F2021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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