Html Css Color HEX #8C2329 Flame Red

📋 copy color: '#8C2329'

red 140 ◦ green 35 ◦ blue 41

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

Shades of Flame Red #8C2329

Tints of Flame Red #8C2329

RGB

 RED value IS 140 (55.08% from 255) = 64.81%

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

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

R = 64.81%
G = 16.2%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C2329 (or 0x8C2329) is known color: Flame Red. HEX triplet: 8C, 23 and 29. RGB value is (140,35,41). Sum of RGB (Red+Green+Blue) = 140+35+41=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2329 is #73DCD6. Grayscale: #434343. Windows color (decimal): -7593175 or 2696076. OLE color: 2696076.

HSL color Cylindrical-coordinate representation of color #8C2329: hue angle of 356.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2329 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 35 41 -
CMYK 0 0.75 0.71 0.45
HSL 356.57º 0.6% 0.34% -
HSV(B) 356.57º 0.75% 0.55% -
XYZ 11.82 6.94 2.81 -
YUV 67.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 140 35 41 0 0.75 0.71 0.45 356.57 0.6 0.34
Hex 8C 23 29 0 4B 47 2D 165 3C 22
Octal 214 43 51 0 113 107 55 545 74 42
Binary 10001100 100011 101001 0 1001011 1000111 101101 101100101 111100 100010

Color Harmonies of #8C2329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2329

Black with #8C2329

Text Example


Text Example

White with #8C2329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,35,41); }

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

background-color css

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

 a { background-color: rgb(140,35,41); }

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

border-color css

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

 span { border-color: rgb(140,35,41); }

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