Html Css Color HEX #862C2F Flame Red

📋 copy color: '#862C2F'

red 134 ◦ green 44 ◦ blue 47

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

Shades of Flame Red #862C2F

Tints of Flame Red #862C2F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.56%

 BLUE value IS 47 (18.75% from 255) = 20.89%

R = 59.56%
G = 19.56%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#862C2F (or 0x862C2F) is known color: Flame Red. HEX triplet: 86, 2C and 2F. RGB value is (134,44,47). Sum of RGB (Red+Green+Blue) = 134+44+47=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #862C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C2F is #79D3D0. Grayscale: #474747. Windows color (decimal): -7984081 or 3091590. OLE color: 3091590.

HSL color Cylindrical-coordinate representation of color #862C2F: hue angle of 358º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #862C2F is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 44 47 -
CMYK 0 0.67 0.65 0.47
HSL 358º 0.51% 0.35% -
HSV(B) 358º 0.67% 0.53% -
XYZ 11.25 7.07 3.46 -
YUV 71.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 134 44 47 0 0.67 0.65 0.47 358 0.51 0.35
Hex 86 2C 2F 0 43 41 2F 166 33 23
Octal 206 54 57 0 103 101 57 546 63 43
Binary 10000110 101100 101111 0 1000011 1000001 101111 101100110 110011 100011

Color Harmonies of #862C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C2F

Black with #862C2F

Text Example


Text Example

White with #862C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862C2F; }

 p { color: rgb(134,44,47); }

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

background-color css

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

 a { background-color: rgb(134,44,47); }

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

border-color css

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

 span { border-color: rgb(134,44,47); }

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