Html Css Color HEX #8B1A23 Flame Red

📋 copy color: '#8B1A23'

red 139 ◦ green 26 ◦ blue 35

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

Shades of Flame Red #8B1A23

Tints of Flame Red #8B1A23

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13%

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

R = 69.5%
G = 13%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8B1A23 (or 0x8B1A23) is known color: Flame Red. HEX triplet: 8B, 1A and 23. RGB value is (139,26,35). Sum of RGB (Red+Green+Blue) = 139+26+35=200 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1A23 is #74E5DC. Grayscale: #3C3C3C. Windows color (decimal): -7661021 or 2300555. OLE color: 2300555.

HSL color Cylindrical-coordinate representation of color #8B1A23: hue angle of 355.22º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1A23 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 26 35 -
CMYK 0 0.81 0.75 0.45
HSL 355.22º 0.68% 0.32% -
HSV(B) 355.22º 0.81% 0.55% -
XYZ 11.32 6.35 2.22 -
YUV 60.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 139 26 35 0 0.81 0.75 0.45 355.22 0.68 0.32
Hex 8B 1A 23 0 51 4B 2D 163 44 20
Octal 213 32 43 0 121 113 55 543 104 40
Binary 10001011 11010 100011 0 1010001 1001011 101101 101100011 1000100 100000

Color Harmonies of #8B1A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1A23

Black with #8B1A23

Text Example


Text Example

White with #8B1A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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