Html Css Color HEX #8C1726 Flame Red

📋 copy color: '#8C1726'

red 140 ◦ green 23 ◦ blue 38

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

Shades of Flame Red #8C1726

Tints of Flame Red #8C1726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

 BLUE value IS 38 (15.23% from 255) = 18.91%

R = 69.65%
G = 11.44%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8C1726 (or 0x8C1726) is known color: Flame Red. HEX triplet: 8C, 17 and 26. RGB value is (140,23,38). Sum of RGB (Red+Green+Blue) = 140+23+38=201 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.65% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1726 is #73E8D9. Grayscale: #3B3B3B. Windows color (decimal): -7596250 or 2496396. OLE color: 2496396.

HSL color Cylindrical-coordinate representation of color #8C1726: hue angle of 352.31º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1726 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 23 38 -
CMYK 0 0.84 0.73 0.45
HSL 352.31º 0.72% 0.32% -
HSV(B) 352.31º 0.84% 0.55% -
XYZ 11.47 6.33 2.45 -
YUV 59.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 140 23 38 0 0.84 0.73 0.45 352.31 0.72 0.32
Hex 8C 17 26 0 54 49 2D 160 48 20
Octal 214 27 46 0 124 111 55 540 110 40
Binary 10001100 10111 100110 0 1010100 1001001 101101 101100000 1001000 100000

Color Harmonies of #8C1726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1726

Black with #8C1726

Text Example


Text Example

White with #8C1726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,23,38); }

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

background-color css

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

 a { background-color: rgb(140,23,38); }

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

border-color css

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

 span { border-color: rgb(140,23,38); }

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