Html Css Color HEX #8B1525 Flame Red

📋 copy color: '#8B1525'

red 139 ◦ green 21 ◦ blue 37

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

Shades of Flame Red #8B1525

Tints of Flame Red #8B1525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

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

R = 70.56%
G = 10.66%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B1525 (or 0x8B1525) is known color: Flame Red. HEX triplet: 8B, 15 and 25. RGB value is (139,21,37). Sum of RGB (Red+Green+Blue) = 139+21+37=197 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.56% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1525 is #74EADA. Grayscale: #3A3A3A. Windows color (decimal): -7662299 or 2430347. OLE color: 2430347.

HSL color Cylindrical-coordinate representation of color #8B1525: hue angle of 351.86º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1525 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 21 37 -
CMYK 0 0.85 0.73 0.45
HSL 351.86º 0.74% 0.31% -
HSV(B) 351.86º 0.85% 0.55% -
XYZ 11.25 6.16 2.35 -
YUV 58.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 139 21 37 0 0.85 0.73 0.45 351.86 0.74 0.31
Hex 8B 15 25 0 55 49 2D 160 4A 1F
Octal 213 25 45 0 125 111 55 540 112 37
Binary 10001011 10101 100101 0 1010101 1001001 101101 101100000 1001010 11111

Color Harmonies of #8B1525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1525

Black with #8B1525

Text Example


Text Example

White with #8B1525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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