Html Css Color HEX #8C1722 Flame Red

📋 copy color: '#8C1722'

red 140 ◦ green 23 ◦ blue 34

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

Shades of Flame Red #8C1722

Tints of Flame Red #8C1722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.26%

R = 71.07%
G = 11.68%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8C1722 (or 0x8C1722) is known color: Flame Red. HEX triplet: 8C, 17 and 22. RGB value is (140,23,34). Sum of RGB (Red+Green+Blue) = 140+23+34=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1722 is #73E8DD. Grayscale: #3B3B3B. Windows color (decimal): -7596254 or 2234252. OLE color: 2234252.

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

Color convert

RGB 140 23 34 -
CMYK 0 0.84 0.76 0.45
HSL 354.36º 0.72% 0.32% -
HSV(B) 354.36º 0.84% 0.55% -
XYZ 11.41 6.3 2.13 -
YUV 59.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 140 23 34 0 0.84 0.76 0.45 354.36 0.72 0.32
Hex 8C 17 22 0 54 4C 2D 162 48 20
Octal 214 27 42 0 124 114 55 542 110 40
Binary 10001100 10111 100010 0 1010100 1001100 101101 101100010 1001000 100000

Color Harmonies of #8C1722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1722

Black with #8C1722

Text Example


Text Example

White with #8C1722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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