Html Css Color HEX #8C2324 Flame Red

📋 copy color: '#8C2324'

red 140 ◦ green 35 ◦ blue 36

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

Shades of Flame Red #8C2324

Tints of Flame Red #8C2324

RGB

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

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

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

R = 66.35%
G = 16.59%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8C2324 (or 0x8C2324) is known color: Flame Red. HEX triplet: 8C, 23 and 24. RGB value is (140,35,36). Sum of RGB (Red+Green+Blue) = 140+35+36=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2324 is #73DCDB. Grayscale: #424242. Windows color (decimal): -7593180 or 2368396. OLE color: 2368396.

HSL color Cylindrical-coordinate representation of color #8C2324: hue angle of 359.43º 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 #8C2324 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 35 36 -
CMYK 0 0.75 0.74 0.45
HSL 359.43º 0.6% 0.34% -
HSV(B) 359.43º 0.75% 0.55% -
XYZ 11.73 6.9 2.38 -
YUV 66.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 140 35 36 0 0.75 0.74 0.45 359.43 0.6 0.34
Hex 8C 23 24 0 4B 4A 2D 167 3C 22
Octal 214 43 44 0 113 112 55 547 74 42
Binary 10001100 100011 100100 0 1001011 1001010 101101 101100111 111100 100010

Color Harmonies of #8C2324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2324

Black with #8C2324

Text Example


Text Example

White with #8C2324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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