Html Css Color HEX #8C192B Flame Red

📋 copy color: '#8C192B'

red 140 ◦ green 25 ◦ blue 43

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

Shades of Flame Red #8C192B

Tints of Flame Red #8C192B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.67%

R = 67.31%
G = 12.02%
B = 20.67%

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

#8C192B (or 0x8C192B) is known color: Flame Red. HEX triplet: 8C, 19 and 2B. RGB value is (140,25,43). Sum of RGB (Red+Green+Blue) = 140+25+43=208 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.31% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 140 - color contains mainly: red. Hex color #8C192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C192B is #73E6D4. Grayscale: #3D3D3D. Windows color (decimal): -7595733 or 2824588. OLE color: 2824588.

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

Color convert

RGB 140 25 43 -
CMYK 0 0.82 0.69 0.45
HSL 350.61º 0.7% 0.32% -
HSV(B) 350.61º 0.82% 0.55% -
XYZ 11.6 6.45 2.92 -
YUV 61.44 117.6 184.04 -
System Red Green Blue C M Y K H S L
Decimal 140 25 43 0 0.82 0.69 0.45 350.61 0.7 0.32
Hex 8C 19 2B 0 52 45 2D 15F 46 20
Octal 214 31 53 0 122 105 55 537 106 40
Binary 10001100 11001 101011 0 1010010 1000101 101101 101011111 1000110 100000

Color Harmonies of #8C192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C192B

Black with #8C192B

Text Example


Text Example

White with #8C192B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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