#862226

Color #862226 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #862226

Tints of Flame Red #862226

Color information

#862226 (or 0x862226) is unknown color: approx Flame Red. HEX triplet: 86, 22 and 26. RGB value is (134,34,38). Sum of RGB (Red+Green+Blue) = 134+34+38=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #862226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862226 is #79DDD9. Grayscale: #404040. Windows color (decimal): -7986650 or 2499206. OLE color: 2499206.

HSL color Cylindrical-coordinate representation of color #862226: hue angle of 357.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862226 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1343438-
CMYK00.750.720.47
HSL357.6º59.52%32.94%-
HSV(B)357.6º74.63%52.55%-
XYZ10.756.352.49-
YUV64.36113.13177.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.05%
GREEN value IS 34 (13.67% from 255) = 16.50%
BLUE value IS 38 (15.23% from 255) = 18.45%
R=65.05%
G=16.50%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134343800.750.720.47357.659.5232.94
Hex86222604B482F1663c21
Octal20642460113110575467441
Binary10000110100010100110010010111001000101111101100110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862226; }

 p { color: rgb(134,34,38); }

 H1.HeaderClassName
 {
   color: #862226;
 }
 .AnyTagClassName
 {
   color: #862226;
 }
</style>
background-color css

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

 a { background-color: rgb(134,34,38); }

 div.DivClassName
 {
   background-color: #862226;
 }
 .BgClassName
 {
   background-color: #862226;
 }
</style>
border-color css

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

 span { border-color: rgb(134,34,38); }

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