Html Css Color HEX #862129 Flame Red

📋 copy color: '#862129'

red 134 ◦ green 33 ◦ blue 41

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

Shades of Flame Red #862129

Tints of Flame Red #862129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.87%

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

R = 64.42%
G = 15.87%
B = 19.71%

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

#862129 (or 0x862129) is known color: Flame Red. HEX triplet: 86, 21 and 29. RGB value is (134,33,41). Sum of RGB (Red+Green+Blue) = 134+33+41=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #862129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862129 is #79DED6. Grayscale: #404040. Windows color (decimal): -7986903 or 2695558. OLE color: 2695558.

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

Color convert

RGB 134 33 41 -
CMYK 0 0.75 0.69 0.47
HSL 355.25º 0.6% 0.33% -
HSV(B) 355.25º 0.75% 0.53% -
XYZ 10.78 6.32 2.75 -
YUV 64.11 114.96 177.85 -
System Red Green Blue C M Y K H S L
Decimal 134 33 41 0 0.75 0.69 0.47 355.25 0.6 0.33
Hex 86 21 29 0 4B 45 2F 163 3C 21
Octal 206 41 51 0 113 105 57 543 74 41
Binary 10000110 100001 101001 0 1001011 1000101 101111 101100011 111100 100001

Color Harmonies of #862129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862129

Black with #862129

Text Example


Text Example

White with #862129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862129; }

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

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

background-color css

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

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

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

border-color css

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

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

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