Html Css Color HEX #8C192C Flame Red

📋 copy color: '#8C192C'

red 140 ◦ green 25 ◦ blue 44

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

Shades of Flame Red #8C192C

Tints of Flame Red #8C192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

 BLUE value IS 44 (17.58% from 255) = 21.05%

R = 66.99%
G = 11.96%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C192C (or 0x8C192C) is known color: Flame Red. HEX triplet: 8C, 19 and 2C. RGB value is (140,25,44). Sum of RGB (Red+Green+Blue) = 140+25+44=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C192C is #73E6D3. Grayscale: #3D3D3D. Windows color (decimal): -7595732 or 2890124. OLE color: 2890124.

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

Color convert

RGB 140 25 44 -
CMYK 0 0.82 0.69 0.45
HSL 350.09º 0.7% 0.32% -
HSV(B) 350.09º 0.82% 0.55% -
XYZ 11.62 6.45 3.02 -
YUV 61.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 140 25 44 0 0.82 0.69 0.45 350.09 0.7 0.32
Hex 8C 19 2C 0 52 45 2D 15E 46 20
Octal 214 31 54 0 122 105 55 536 106 40
Binary 10001100 11001 101100 0 1010010 1000101 101101 101011110 1000110 100000

Color Harmonies of #8C192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C192C

Black with #8C192C

Text Example


Text Example

White with #8C192C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,25,44); }

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

background-color css

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

 a { background-color: rgb(140,25,44); }

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

border-color css

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

 span { border-color: rgb(140,25,44); }

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