Html Css Color HEX #8F2127 Flame Red

📋 copy color: '#8F2127'

red 143 ◦ green 33 ◦ blue 39

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

Shades of Flame Red #8F2127

Tints of Flame Red #8F2127

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

 BLUE value IS 39 (15.63% from 255) = 18.14%

R = 66.51%
G = 15.35%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8F2127 (or 0x8F2127) is known color: Flame Red. HEX triplet: 8F, 21 and 27. RGB value is (143,33,39). Sum of RGB (Red+Green+Blue) = 143+33+39=215 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.51% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2127 is #70DED8. Grayscale: #424242. Windows color (decimal): -7397081 or 2564495. OLE color: 2564495.

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

Color convert

RGB 143 33 39 -
CMYK 0 0.77 0.73 0.44
HSL 356.73º 0.63% 0.35% -
HSV(B) 356.73º 0.77% 0.56% -
XYZ 12.24 7.07 2.64 -
YUV 66.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 143 33 39 0 0.77 0.73 0.44 356.73 0.63 0.35
Hex 8F 21 27 0 4D 49 2C 165 3E 23
Octal 217 41 47 0 115 111 54 545 76 43
Binary 10001111 100001 100111 0 1001101 1001001 101100 101100101 111110 100011

Color Harmonies of #8F2127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2127

Black with #8F2127

Text Example


Text Example

White with #8F2127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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