Html Css Color HEX #8B1925 Flame Red

📋 copy color: '#8B1925'

red 139 ◦ green 25 ◦ blue 37

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

Shades of Flame Red #8B1925

Tints of Flame Red #8B1925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.41%

R = 69.15%
G = 12.44%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B1925 (or 0x8B1925) is known color: Flame Red. HEX triplet: 8B, 19 and 25. RGB value is (139,25,37). Sum of RGB (Red+Green+Blue) = 139+25+37=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1925 is #74E6DA. Grayscale: #3C3C3C. Windows color (decimal): -7661275 or 2431371. OLE color: 2431371.

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

Color convert

RGB 139 25 37 -
CMYK 0 0.82 0.73 0.45
HSL 353.68º 0.7% 0.32% -
HSV(B) 353.68º 0.82% 0.55% -
XYZ 11.33 6.32 2.37 -
YUV 60.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 139 25 37 0 0.82 0.73 0.45 353.68 0.7 0.32
Hex 8B 19 25 0 52 49 2D 162 46 20
Octal 213 31 45 0 122 111 55 542 106 40
Binary 10001011 11001 100101 0 1010010 1001001 101101 101100010 1000110 100000

Color Harmonies of #8B1925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1925

Black with #8B1925

Text Example


Text Example

White with #8B1925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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