Html Css Color HEX #862229 Flame Red

📋 copy color: '#862229'

red 134 ◦ green 34 ◦ blue 41

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

Shades of Flame Red #862229

Tints of Flame Red #862229

RGB

 RED value IS 134 (52.73% from 255) = 64.11%

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

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 64.11%
G = 16.27%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#862229 (or 0x862229) is known color: Flame Red. HEX triplet: 86, 22 and 29. RGB value is (134,34,41). Sum of RGB (Red+Green+Blue) = 134+34+41=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #862229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862229 is #79DDD6. Grayscale: #404040. Windows color (decimal): -7986647 or 2695814. OLE color: 2695814.

HSL color Cylindrical-coordinate representation of color #862229: hue angle of 355.8º 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 #862229 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 34 41 -
CMYK 0 0.75 0.69 0.47
HSL 355.8º 0.6% 0.33% -
HSV(B) 355.8º 0.75% 0.53% -
XYZ 10.8 6.37 2.76 -
YUV 64.7 114.63 177.43 -
System Red Green Blue C M Y K H S L
Decimal 134 34 41 0 0.75 0.69 0.47 355.8 0.6 0.33
Hex 86 22 29 0 4B 45 2F 164 3C 21
Octal 206 42 51 0 113 105 57 544 74 41
Binary 10000110 100010 101001 0 1001011 1000101 101111 101100100 111100 100001

Color Harmonies of #862229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862229

Black with #862229

Text Example


Text Example

White with #862229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862229; }

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

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

background-color css

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

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

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

border-color css

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

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

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