Html Css Color HEX #8B1923 Flame Red

📋 copy color: '#8B1923'

red 139 ◦ green 25 ◦ blue 35

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

Shades of Flame Red #8B1923

Tints of Flame Red #8B1923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.59%

R = 69.85%
G = 12.56%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8B1923 (or 0x8B1923) is known color: Flame Red. HEX triplet: 8B, 19 and 23. RGB value is (139,25,35). Sum of RGB (Red+Green+Blue) = 139+25+35=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1923 is #74E6DC. Grayscale: #3C3C3C. Windows color (decimal): -7661277 or 2300299. OLE color: 2300299.

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

Color convert

RGB 139 25 35 -
CMYK 0 0.82 0.75 0.45
HSL 354.74º 0.7% 0.32% -
HSV(B) 354.74º 0.82% 0.55% -
XYZ 11.3 6.31 2.21 -
YUV 60.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 139 25 35 0 0.82 0.75 0.45 354.74 0.7 0.32
Hex 8B 19 23 0 52 4B 2D 163 46 20
Octal 213 31 43 0 122 113 55 543 106 40
Binary 10001011 11001 100011 0 1010010 1001011 101101 101100011 1000110 100000

Color Harmonies of #8B1923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1923

Black with #8B1923

Text Example


Text Example

White with #8B1923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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