Html Css Color HEX #8F2327 Flame Red

📋 copy color: '#8F2327'

red 143 ◦ green 35 ◦ blue 39

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

Shades of Flame Red #8F2327

Tints of Flame Red #8F2327

RGB

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

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

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

R = 65.9%
G = 16.13%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8F2327 (or 0x8F2327) is known color: Flame Red. HEX triplet: 8F, 23 and 27. RGB value is (143,35,39). Sum of RGB (Red+Green+Blue) = 143+35+39=217 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.90% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2327 is #70DCD8. Grayscale: #434343. Windows color (decimal): -7396569 or 2565007. OLE color: 2565007.

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

Color convert

RGB 143 35 39 -
CMYK 0 0.76 0.73 0.44
HSL 357.78º 0.61% 0.35% -
HSV(B) 357.78º 0.76% 0.56% -
XYZ 12.29 7.19 2.66 -
YUV 67.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 143 35 39 0 0.76 0.73 0.44 357.78 0.61 0.35
Hex 8F 23 27 0 4C 49 2C 166 3D 23
Octal 217 43 47 0 114 111 54 546 75 43
Binary 10001111 100011 100111 0 1001100 1001001 101100 101100110 111101 100011

Color Harmonies of #8F2327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2327

Black with #8F2327

Text Example


Text Example

White with #8F2327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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