Html Css Color HEX #8B192C Flame Red

📋 copy color: '#8B192C'

red 139 ◦ green 25 ◦ blue 44

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

Shades of Flame Red #8B192C

Tints of Flame Red #8B192C

RGB

 RED value IS 139 (54.69% from 255) = 66.83%

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

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

R = 66.83%
G = 12.02%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B192C (or 0x8B192C) is known color: Flame Red. HEX triplet: 8B, 19 and 2C. RGB value is (139,25,44). Sum of RGB (Red+Green+Blue) = 139+25+44=208 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.83% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 139 - color contains mainly: red. Hex color #8B192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B192C is #74E6D3. Grayscale: #3D3D3D. Windows color (decimal): -7661268 or 2890123. OLE color: 2890123.

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

Color convert

RGB 139 25 44 -
CMYK 0 0.82 0.68 0.45
HSL 350º 0.7% 0.32% -
HSV(B) 350º 0.82% 0.55% -
XYZ 11.45 6.37 3.01 -
YUV 61.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 139 25 44 0 0.82 0.68 0.45 350 0.7 0.32
Hex 8B 19 2C 0 52 44 2D 15E 46 20
Octal 213 31 54 0 122 104 55 536 106 40
Binary 10001011 11001 101100 0 1010010 1000100 101101 101011110 1000110 100000

Color Harmonies of #8B192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B192C

Black with #8B192C

Text Example


Text Example

White with #8B192C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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