Html Css Color HEX #862D2E Flame Red

📋 copy color: '#862D2E'

red 134 ◦ green 45 ◦ blue 46

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

Shades of Flame Red #862D2E

Tints of Flame Red #862D2E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20%

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 59.56%
G = 20%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#862D2E (or 0x862D2E) is known color: Flame Red. HEX triplet: 86, 2D and 2E. RGB value is (134,45,46). Sum of RGB (Red+Green+Blue) = 134+45+46=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #862D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D2E is #79D2D1. Grayscale: #474747. Windows color (decimal): -7983826 or 3026310. OLE color: 3026310.

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

Color convert

RGB 134 45 46 -
CMYK 0 0.66 0.66 0.47
HSL 359.33º 0.5% 0.35% -
HSV(B) 359.33º 0.66% 0.53% -
XYZ 11.26 7.14 3.37 -
YUV 71.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 134 45 46 0 0.66 0.66 0.47 359.33 0.5 0.35
Hex 86 2D 2E 0 42 42 2F 167 32 23
Octal 206 55 56 0 102 102 57 547 62 43
Binary 10000110 101101 101110 0 1000010 1000010 101111 101100111 110010 100011

Color Harmonies of #862D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862D2E

Black with #862D2E

Text Example


Text Example

White with #862D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,45,46); }

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

background-color css

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

 a { background-color: rgb(134,45,46); }

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

border-color css

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

 span { border-color: rgb(134,45,46); }

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