Html Css Color HEX #8B222B Flame Red

📋 copy color: '#8B222B'

red 139 ◦ green 34 ◦ blue 43

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

Shades of Flame Red #8B222B

Tints of Flame Red #8B222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.74%

 BLUE value IS 43 (17.19% from 255) = 19.91%

R = 64.35%
G = 15.74%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8B222B (or 0x8B222B) is known color: Flame Red. HEX triplet: 8B, 22 and 2B. RGB value is (139,34,43). Sum of RGB (Red+Green+Blue) = 139+34+43=216 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.35% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 139 - color contains mainly: red. Hex color #8B222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B222B is #74DDD4. Grayscale: #424242. Windows color (decimal): -7658965 or 2826891. OLE color: 2826891.

HSL color Cylindrical-coordinate representation of color #8B222B: hue angle of 354.86º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B222B is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 34 43 -
CMYK 0 0.76 0.69 0.45
HSL 354.86º 0.61% 0.34% -
HSV(B) 354.86º 0.76% 0.55% -
XYZ 11.66 6.81 2.99 -
YUV 66.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 139 34 43 0 0.76 0.69 0.45 354.86 0.61 0.34
Hex 8B 22 2B 0 4C 45 2D 163 3D 22
Octal 213 42 53 0 114 105 55 543 75 42
Binary 10001011 100010 101011 0 1001100 1000101 101101 101100011 111101 100010

Color Harmonies of #8B222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B222B

Black with #8B222B

Text Example


Text Example

White with #8B222B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,34,43); }

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

background-color css

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

 a { background-color: rgb(139,34,43); }

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

border-color css

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

 span { border-color: rgb(139,34,43); }

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